@progress/kendo-spreadsheet-common 1.0.0-develop.15 → 1.0.0-develop.16

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 CHANGED
@@ -23018,7 +23018,7 @@ class View extends Observable {
23018
23018
 
23019
23019
  selectClipboardContents() {
23020
23020
  if (!this.isClipboardDeactivated) {
23021
- this.clipboard.focus();
23021
+ this.clipboard.focus({ preventScroll: true });
23022
23022
  selectElementContents(this.clipboard);
23023
23023
  }
23024
23024
  }
package/dist/index.js CHANGED
@@ -23019,7 +23019,7 @@
23019
23019
 
23020
23020
  selectClipboardContents() {
23021
23021
  if (!this.isClipboardDeactivated) {
23022
- this.clipboard.focus();
23022
+ this.clipboard.focus({ preventScroll: true });
23023
23023
  selectElementContents(this.clipboard);
23024
23024
  }
23025
23025
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-spreadsheet-common",
3
3
  "description": "Kendo UI platform-independent Spreadsheet library",
4
- "version": "1.0.0-develop.15",
4
+ "version": "1.0.0-develop.16",
5
5
  "keywords": [
6
6
  "Kendo UI"
7
7
  ],