@windoc/core 0.3.13 → 0.3.14

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.js CHANGED
@@ -78,7 +78,7 @@ __export(index_exports, {
78
78
  module.exports = __toCommonJS(index_exports);
79
79
 
80
80
  // src/version.ts
81
- var version = "0.3.13";
81
+ var version = "0.3.14";
82
82
 
83
83
  // src/dataset/enum/Common.ts
84
84
  var MaxHeightRatio = /* @__PURE__ */ ((MaxHeightRatio2) => {
@@ -6470,7 +6470,7 @@ var Cursor = class {
6470
6470
  if (isMobile && this.draw.isReadonly()) return;
6471
6471
  const agentCursorDom = this.cursorAgent.getAgentCursorDom();
6472
6472
  if (document.activeElement !== agentCursorDom) {
6473
- agentCursorDom.focus();
6473
+ agentCursorDom.focus({ preventScroll: true });
6474
6474
  agentCursorDom.setSelectionRange(0, 0);
6475
6475
  }
6476
6476
  }