update code comments

This commit is contained in:
Steve-Mcl 2021-06-15 21:01:33 +01:00
parent aa6ec60c34
commit 46d17c3314
2 changed files with 1 additions and 1 deletions

View File

@ -2776,7 +2776,6 @@ var buildingEditDialog = false;
$("#node-dialog-cancel").trigger("click");
$("#node-config-dialog-cancel").trigger("click");
});
//console.log("packages/node_modules/@node-red/editor-client/src/js/ui/editor.js ? init()") //TODO: Remove
RED.editor.codeEditor.init();
},
edit: showEditDialog,

View File

@ -25,6 +25,7 @@
function .selection.getRange();
property .session //the editor object
function .session.insert = function(position, text)
function .setReadOnly(readOnly)
property .renderer = {};
function .renderer.updateFull()
function setMode(mode, cb)