@extscreen/es-core 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2496,9 +2496,6 @@ var ESKeyEventMixin = {
2496
2496
 
2497
2497
  methods: {
2498
2498
  onAndroidKeyEvent(keyEvent) {
2499
- if (keyEvent.keyRepeat >= 1) {
2500
- return;
2501
- }
2502
2499
  if (keyEvent.action === KEY_ACTION_DOWN) {
2503
2500
  this.onKeyDown(keyEvent);
2504
2501
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {