Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-25 18:18:26 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-28 10:46:02 +0300
commitcb93af66758cb2da9221340d0abbedebdb444e93 (patch)
treedbc0022fb6c5a8d281bc6cd814e2961f16c32ba6 /package-lock.json
parent976625fd4a7d80a61907a0fc70bfcba69414cbde (diff)
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 5 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 84915894c5e..8e65978e5b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2951,16 +2951,16 @@
"integrity": "sha1-082BIh4+pAdCz83lVtTpnpjdxxs="
},
"dmd": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/dmd/-/dmd-4.0.0.tgz",
- "integrity": "sha512-J+4CgbQiMuJHiU9dvTVN8iOOZGeR3bef1wBqz6eVvvX17jkpkKVd8TeeutA/FJAeFbLQfXnyQ3o4qY7W+c5cxQ==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/dmd/-/dmd-4.0.1.tgz",
+ "integrity": "sha512-lKBX/++DzfgasOfPogVej5R071dxAYQwYih7lXQMJfVESJTZieo2MQAqYlJyDyLPxkyLO3cvnwIFchOPgG5FVA==",
"requires": {
"array-back": "^3.1.0",
"cache-point": "^0.4.1",
"common-sequence": "^1.0.2",
- "file-set": "^2.0.0",
+ "file-set": "^2.0.1",
"handlebars": "^4.1.2",
- "marked": "^0.6.2",
+ "marked": "^0.7.0",
"object-get": "^2.1.0",
"reduce-flatten": "^2.0.0",
"reduce-unique": "^2.0.1",
@@ -2969,11 +2969,6 @@
"walk-back": "^3.0.1"
},
"dependencies": {
- "marked": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz",
- "integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ=="
- },
"reduce-flatten": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz",