@lvce-editor/editor-worker 18.9.0 → 18.11.0
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 +2 -0
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -3955,6 +3955,7 @@ const createEditor = async ({
|
|
|
3955
3955
|
savedSelections,
|
|
3956
3956
|
tabSize,
|
|
3957
3957
|
uri,
|
|
3958
|
+
useFunctionalRendering,
|
|
3958
3959
|
width,
|
|
3959
3960
|
x,
|
|
3960
3961
|
y
|
|
@@ -4022,6 +4023,7 @@ const createEditor = async ({
|
|
|
4022
4023
|
uid: id,
|
|
4023
4024
|
undoStack: [],
|
|
4024
4025
|
uri,
|
|
4026
|
+
useFunctionalRendering,
|
|
4025
4027
|
validLines: [],
|
|
4026
4028
|
widgets: [],
|
|
4027
4029
|
width,
|