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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for roosterjs (Version 9.3.0)
1
+ // Type definitions for roosterjs (Version 9.3.1)
2
2
  // Generated by dts tool from roosterjs
3
3
  // Project: https://github.com/Microsoft/roosterjs
4
4
 
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: true,
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: true,
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: true,
27279
+ scrollCaretIntoView: false,
27280
27280
  rawEvent: rawEvent,
27281
27281
  });
27282
27282
  return true;