mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Resize subflow edit dialog properly
This commit is contained in:
parent
fb0f12bb20
commit
7cef990ba6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user