Resize subflow edit dialog properly

This commit is contained in:
Nick O'Leary
2019-02-09 20:44:21 +00:00
parent fb0f12bb20
commit 7cef990ba6

View File

@@ -2191,7 +2191,7 @@ RED.editor = (function() {
}
],
resize: function(size) {
// $(".editor-tray-content").height(size.height - 50);
$(".editor-tray-content").height(size.height - 50);
// var form = $(".editor-tray-content form").height(size.height - 50 - 40);
var rows = $("#dialog-form>div:not(.node-input-env-container-row)");
var height = size.height;