@kizmann/nano-ui 0.8.12 → 0.8.14
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -334,10 +334,10 @@ export default {
|
|
334
334
|
this.drag = new NDraghandler(this);
|
335
335
|
|
336
336
|
Dom.find(window).on('keydown',
|
337
|
-
this.watchModifierDown, this.
|
337
|
+
this.watchModifierDown, this._.uid);
|
338
338
|
|
339
339
|
Dom.find(window).on('keyup',
|
340
|
-
this.watchModifierUp, this.
|
340
|
+
this.watchModifierUp, this._.uid);
|
341
341
|
},
|
342
342
|
|
343
343
|
mounted()
|