Fixed compile error within the css-editor
This commit is contained in:
parent
31ceb97565
commit
39d069ee9a
1 changed files with 1 additions and 2 deletions
|
@ -123,12 +123,11 @@ class CssVariableManager {
|
||||||
let cssVariableManager: CssVariableManager;
|
let cssVariableManager: CssVariableManager;
|
||||||
|
|
||||||
export function spawnModalCssVariableEditor() {
|
export function spawnModalCssVariableEditor() {
|
||||||
/* FIXME: Disable for the native client! */
|
|
||||||
const events = new Registry<CssEditorEvents>();
|
const events = new Registry<CssEditorEvents>();
|
||||||
cssVariableEditorController(events);
|
cssVariableEditorController(events);
|
||||||
|
|
||||||
const modal = spawnExternalModal("css-editor", events, {});
|
const modal = spawnExternalModal("css-editor", events, {});
|
||||||
modal.open();
|
modal.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
function cssVariableEditorController(events: Registry<CssEditorEvents>) {
|
function cssVariableEditorController(events: Registry<CssEditorEvents>) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue