@lvce-editor/editor-worker 19.36.0 → 19.37.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 -2
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -14065,8 +14065,8 @@ const getMinimapVirtualDom = (minimapEnabled, minimapLines, minLineY) => {
|
|
|
14065
14065
|
ariaHidden: True,
|
|
14066
14066
|
childCount: 0,
|
|
14067
14067
|
className: 'EditorMinimap',
|
|
14068
|
-
'data-
|
|
14069
|
-
'data-
|
|
14068
|
+
'data-lineCount': minimapLines.length,
|
|
14069
|
+
'data-visibleStart': minLineY,
|
|
14070
14070
|
type: Div
|
|
14071
14071
|
}];
|
|
14072
14072
|
};
|