Fixed compile error within the css-editor

canary
WolverinDEV 2020-08-07 17:29:43 +02:00
parent 31ceb97565
commit 39d069ee9a
1 changed files with 1 additions and 2 deletions

View File

@ -123,12 +123,11 @@ class CssVariableManager {
let cssVariableManager: CssVariableManager;
export function spawnModalCssVariableEditor() {
/* FIXME: Disable for the native client! */
const events = new Registry<CssEditorEvents>();
cssVariableEditorController(events);
const modal = spawnExternalModal("css-editor", events, {});
modal.open();
modal.show();
}
function cssVariableEditorController(events: Registry<CssEditorEvents>) {