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.
@@ -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
 
@@ -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: true,
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: true,
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: true,
27278
+ scrollCaretIntoView: false,
27279
27279
  rawEvent: rawEvent,
27280
27280
  });
27281
27281
  return true;