Add multi-rule support to Change node

This commit is contained in:
Nick O'Leary
2015-03-18 16:20:21 +00:00
parent 5610a3184e
commit f0139f9808
4 changed files with 343 additions and 163 deletions

View File

@@ -271,6 +271,8 @@ RED.editor = (function() {
var minWidth = $(this).dialog('option','minWidth');
if ($(this).outerWidth() < minWidth) {
$(this).dialog('option','width',minWidth);
} else {
$(this).dialog('option','width',$(this).outerWidth());
}
RED.keyboard.disable();
if (editing_node) {