@lvce-editor/renderer-process 30.42.1 → 30.42.2
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.
|
@@ -9797,6 +9797,7 @@ const renderCanvas = (id, selector, canvasClassName, width, height, rectangles,
|
|
|
9797
9797
|
};
|
|
9798
9798
|
const commandHandlers = {
|
|
9799
9799
|
'Css.addCssStyleSheet': addCssStyleSheet,
|
|
9800
|
+
'Css.removeCssStyleSheet': removeCssStyleSheet,
|
|
9800
9801
|
'Viewlet.addCss': addCssStyleSheet,
|
|
9801
9802
|
'Viewlet.addKeyBindings': addKeyBindings,
|
|
9802
9803
|
'Viewlet.append': append,
|
|
@@ -10224,6 +10225,7 @@ const commandMap = {
|
|
|
10224
10225
|
'ConfirmPrompt.prompt': confirm,
|
|
10225
10226
|
'Css.addCssStyleSheet': addCssStyleSheet,
|
|
10226
10227
|
'Css.getSelectionText': getSelectionText,
|
|
10228
|
+
'Css.removeCssStyleSheet': removeCssStyleSheet,
|
|
10227
10229
|
'Developer.showState': showState,
|
|
10228
10230
|
'DirectView.getFocusedUid': getFocusedViewUid,
|
|
10229
10231
|
'DirectView.getUid': getViewUid,
|