1
0
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:
Nick O'Leary 2019-02-09 20:44:21 +00:00
parent fb0f12bb20
commit 7cef990ba6
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

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;