jodit-pro-react 5.5.81 → 5.5.82

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,6 +1,6 @@
1
1
  import {
2
2
  JoditEditor_default
3
- } from "./chunk-LJXVGTZ7.mjs";
3
+ } from "./chunk-AVH3O3AW.mjs";
4
4
  export {
5
5
  JoditEditor_default as default
6
6
  };
@@ -193,7 +193,7 @@ var APP_VERSION, ES, IS_ES_MODERN, IS_ES_NEXT, IS_PROD, IS_TEST, FAT_MODE, HOMEP
193
193
  var init_constants = __esm({
194
194
  "node_modules/jodit/esm/core/constants.js"() {
195
195
  "use strict";
196
- APP_VERSION = "4.13.20";
196
+ APP_VERSION = "4.13.21";
197
197
  ES = "es2020";
198
198
  IS_ES_MODERN = true;
199
199
  IS_ES_NEXT = true;
@@ -4320,7 +4320,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
4320
4320
  root.scrollTop = root.scrollTop < alignBottom ? alignBottom : elm.offsetTop;
4321
4321
  }
4322
4322
  if (!inView(elm, root, doc)) {
4323
- elm.scrollIntoView();
4323
+ elm.scrollIntoView({ block: "nearest" });
4324
4324
  }
4325
4325
  }
4326
4326
  }
@@ -2,7 +2,7 @@ import {
2
2
  Config,
3
3
  JoditEditor_default,
4
4
  n
5
- } from "./chunk-LJXVGTZ7.mjs";
5
+ } from "./chunk-AVH3O3AW.mjs";
6
6
 
7
7
  // src/index.ts
8
8
  var index_default = JoditEditor_default;