@progress/kendo-spreadsheet-common 1.1.0-develop.2 → 1.1.0-develop.3
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.
- package/dist/index-esm.js +4 -0
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index-esm.js
CHANGED
|
@@ -11746,6 +11746,10 @@ class Controller {
|
|
|
11746
11746
|
this.clipboardElement.focus();
|
|
11747
11747
|
this.navigator.navigateInSelection(ENTRY_ACTIONS[action]);
|
|
11748
11748
|
}
|
|
11749
|
+
|
|
11750
|
+
if (action === 'tab') {
|
|
11751
|
+
e.preventDefault();
|
|
11752
|
+
}
|
|
11749
11753
|
}
|
|
11750
11754
|
|
|
11751
11755
|
onEditorAction(event, action) {
|
package/dist/index.js
CHANGED
|
@@ -11747,6 +11747,10 @@
|
|
|
11747
11747
|
this.clipboardElement.focus();
|
|
11748
11748
|
this.navigator.navigateInSelection(ENTRY_ACTIONS[action]);
|
|
11749
11749
|
}
|
|
11750
|
+
|
|
11751
|
+
if (action === 'tab') {
|
|
11752
|
+
e.preventDefault();
|
|
11753
|
+
}
|
|
11750
11754
|
}
|
|
11751
11755
|
|
|
11752
11756
|
onEditorAction(event, action) {
|