@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
}
|