mce 0.13.8 → 0.13.9
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6571,7 +6571,7 @@ function useResizeObserver(callback, box = "content") {
|
|
|
6571
6571
|
}
|
|
6572
6572
|
const MceLayoutKey = Symbol.for("mce:layout");
|
|
6573
6573
|
const MceLayoutItemKey = Symbol.for("mce:layout-item");
|
|
6574
|
-
const ROOT_ZINDEX =
|
|
6574
|
+
const ROOT_ZINDEX = 500;
|
|
6575
6575
|
function makeLayoutProps() {
|
|
6576
6576
|
return {
|
|
6577
6577
|
overlaps: {
|