execute query

This commit is contained in:
Jan Prochazka
2021-03-08 18:23:41 +01:00
parent 929c08e094
commit 904d35d26a
6 changed files with 285 additions and 7 deletions

View File

@@ -47,6 +47,10 @@
let clientWidth;
let clientHeight;
export function getEditor(): ace.Editor {
return editor;
}
const requireEditorPlugins = () => {};
requireEditorPlugins();