ActionTextField: Remove useless binding
It doesn't serve any purpose, and since transition of focusSequence to
be an alias for Shortcut::sequence, root.focusSequence may have a value
of undefined
, which raises type error on assignment to bool.
It doesn't serve any purpose, and since transition of focusSequence to
be an alias for Shortcut::sequence, root.focusSequence may have a value
of undefined
, which raises type error on assignment to bool.