@lvce-editor/editor-worker 19.33.0 → 19.33.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/editorWorkerMain.js +1 -1
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -14043,7 +14043,7 @@ const renderCss = {
|
|
|
14043
14043
|
};
|
|
14044
14044
|
const renderFocus$1 = {
|
|
14045
14045
|
apply: (oldState, newState) => [/* method */'setFocused', newState.focused],
|
|
14046
|
-
isEqual:
|
|
14046
|
+
isEqual: isEqual$2
|
|
14047
14047
|
};
|
|
14048
14048
|
const renderFocusContext = {
|
|
14049
14049
|
apply: (oldState, newState) => [SetFocusContext$1, newState.uid, newState.focus, 0, newState.uid, 'Editor'],
|