We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b298508 commit fff7ebdCopy full SHA for fff7ebd
1 file changed
public/js/index.js
@@ -314,7 +314,7 @@ if (!textit) {
314
const editorInstance = new Editor()
315
var editor = editorInstance.init(textit)
316
317
-// TODO: global referncing in jquery-textcomplete patch
+// FIXME: global referncing in jquery-textcomplete patch
318
window.editor = editor
319
320
var inlineAttach = inlineAttachment.editors.codemirror4.attach(editor)
@@ -365,8 +365,8 @@ function updateStatusBar () {
365
}
366
367
// initalize ui reference
368
-// TODO: fix ui exporting
369
const ui = getUIElements()
+// FIXME: fix global ui element expose
370
window.ui = ui
371
372
// page actions
0 commit comments