roosterjs 9.3.0 → 9.3.1
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/rooster-amd-min.js +1 -1
- package/dist/rooster-amd-min.js.map +1 -1
- package/dist/rooster-amd.d.ts +1 -1
- package/dist/rooster-amd.js +3 -3
- package/dist/rooster-amd.js.map +1 -1
- package/dist/rooster-min.js +1 -1
- package/dist/rooster-min.js.map +1 -1
- package/dist/rooster-react-amd.js +54 -54
- package/dist/rooster-react-amd.js.map +1 -1
- package/dist/rooster.d.ts +1 -1
- package/dist/rooster.js +3 -3
- package/dist/rooster.js.map +1 -1
- package/package.json +6 -6
package/dist/rooster-amd.d.ts
CHANGED
package/dist/rooster-amd.js
CHANGED
|
@@ -7755,7 +7755,7 @@ function mergePasteContent(editor, eventResult, clipboardData) {
|
|
|
7755
7755
|
}, {
|
|
7756
7756
|
changeSource: roosterjs_content_model_dom_1.ChangeSource.Paste,
|
|
7757
7757
|
getChangeData: function () { return clipboardData; },
|
|
7758
|
-
scrollCaretIntoView:
|
|
7758
|
+
scrollCaretIntoView: false,
|
|
7759
7759
|
apiName: 'paste',
|
|
7760
7760
|
});
|
|
7761
7761
|
}
|
|
@@ -27182,7 +27182,7 @@ function keyboardDelete(editor, rawEvent) {
|
|
|
27182
27182
|
rawEvent: rawEvent,
|
|
27183
27183
|
changeSource: roosterjs_content_model_dom_1.ChangeSource.Keyboard,
|
|
27184
27184
|
getChangeData: function () { return rawEvent.which; },
|
|
27185
|
-
scrollCaretIntoView:
|
|
27185
|
+
scrollCaretIntoView: false,
|
|
27186
27186
|
apiName: rawEvent.key == 'Delete' ? 'handleDeleteKey' : 'handleBackspaceKey',
|
|
27187
27187
|
});
|
|
27188
27188
|
}
|
|
@@ -27275,7 +27275,7 @@ function keyboardInput(editor, rawEvent) {
|
|
|
27275
27275
|
return false;
|
|
27276
27276
|
}
|
|
27277
27277
|
}, {
|
|
27278
|
-
scrollCaretIntoView:
|
|
27278
|
+
scrollCaretIntoView: false,
|
|
27279
27279
|
rawEvent: rawEvent,
|
|
27280
27280
|
});
|
|
27281
27281
|
return true;
|