Closed jessepollak closed 8 years ago
Sometimes the event listener for the field is attached too late, so Command isn't activated. To fix this, we should switch the listener from happening on focus to attempting on every keyup and short-circuiting if the field is already active.
focus
keyup
Sometimes the event listener for the field is attached too late, so Command isn't activated. To fix this, we should switch the listener from happening on
focus
to attempting on everykeyup
and short-circuiting if the field is already active.