@lvce-editor/editor-worker 16.0.0 → 16.1.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 +0 -6
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -3635,9 +3635,6 @@ const createEditor = async ({
|
|
|
3635
3635
|
focused: true,
|
|
3636
3636
|
textInfos
|
|
3637
3637
|
};
|
|
3638
|
-
console.error({
|
|
3639
|
-
newEditor4
|
|
3640
|
-
});
|
|
3641
3638
|
set$6(id, emptyEditor, newEditor4);
|
|
3642
3639
|
|
|
3643
3640
|
// TODO only sync when needed
|
|
@@ -10479,9 +10476,6 @@ const renderLines = {
|
|
|
10479
10476
|
} = newState;
|
|
10480
10477
|
const relativeLine = highlightedLine - minLineY;
|
|
10481
10478
|
const dom = getEditorRowsVirtualDom(textInfos, differences, true, relativeLine);
|
|
10482
|
-
console.error({
|
|
10483
|
-
dom
|
|
10484
|
-
});
|
|
10485
10479
|
return [/* method */'setText', dom];
|
|
10486
10480
|
},
|
|
10487
10481
|
isEqual(oldState, newState) {
|