Fixed compile error within the css-editor
parent
31ceb97565
commit
39d069ee9a
|
@ -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>) {
|
||||
|
|
Loading…
Reference in New Issue