nextcloud/core/js/dist
Daniel Calviño Sánchez cb93af6675
Ignore Enter key up event on menu button toggles
Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-08-28 09:46:02 +02:00
..
login.js Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
login.js.map Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
main.js Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
main.js.map Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
maintenance.js Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
maintenance.js.map Ignore Enter key up event on menu button toggles 2019-08-28 09:46:02 +02:00
share_backend.js Compiling assets 2019-06-17 07:54:17 +00:00
share_backend.js.map Bump webpack from 4.39.1 to 4.39.2 2019-08-18 14:22:01 +00:00
systemtags.js Bump sass-loader from 7.2.0 to 7.3.1 2019-08-25 18:03:47 +00:00
systemtags.js.map Bump sass-loader from 7.2.0 to 7.3.1 2019-08-25 18:03:47 +00:00