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.d.ts
CHANGED
package/dist/rooster.js
CHANGED
|
@@ -7756,7 +7756,7 @@ function mergePasteContent(editor, eventResult, clipboardData) {
|
|
|
7756
7756
|
}, {
|
|
7757
7757
|
changeSource: roosterjs_content_model_dom_1.ChangeSource.Paste,
|
|
7758
7758
|
getChangeData: function () { return clipboardData; },
|
|
7759
|
-
scrollCaretIntoView:
|
|
7759
|
+
scrollCaretIntoView: false,
|
|
7760
7760
|
apiName: 'paste',
|
|
7761
7761
|
});
|
|
7762
7762
|
}
|
|
@@ -27183,7 +27183,7 @@ function keyboardDelete(editor, rawEvent) {
|
|
|
27183
27183
|
rawEvent: rawEvent,
|
|
27184
27184
|
changeSource: roosterjs_content_model_dom_1.ChangeSource.Keyboard,
|
|
27185
27185
|
getChangeData: function () { return rawEvent.which; },
|
|
27186
|
-
scrollCaretIntoView:
|
|
27186
|
+
scrollCaretIntoView: false,
|
|
27187
27187
|
apiName: rawEvent.key == 'Delete' ? 'handleDeleteKey' : 'handleBackspaceKey',
|
|
27188
27188
|
});
|
|
27189
27189
|
}
|
|
@@ -27276,7 +27276,7 @@ function keyboardInput(editor, rawEvent) {
|
|
|
27276
27276
|
return false;
|
|
27277
27277
|
}
|
|
27278
27278
|
}, {
|
|
27279
|
-
scrollCaretIntoView:
|
|
27279
|
+
scrollCaretIntoView: false,
|
|
27280
27280
|
rawEvent: rawEvent,
|
|
27281
27281
|
});
|
|
27282
27282
|
return true;
|