cb93af6675
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> |
||
---|---|---|
.. | ||
login.js | ||
login.js.map | ||
main.js | ||
main.js.map | ||
maintenance.js | ||
maintenance.js.map | ||
share_backend.js | ||
share_backend.js.map | ||
systemtags.js | ||
systemtags.js.map |