diff --git a/editor/editor.ts b/editor/editor.ts index 9bbd8c51..ad2c27eb 100644 --- a/editor/editor.ts +++ b/editor/editor.ts @@ -125,6 +125,9 @@ module TDev var d = div(''); d.style.height = '100%'; d.style.width = 'calc(100% - 4em)'; + d.withClick(() => { + + }) m.add(d); var editor = ace.edit(d); if (mode) editor.getSession().setMode("ace/mode/" + mode);