1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00
This commit is contained in:
pythongosssss
2023-03-22 18:52:24 +00:00
parent 76f4d65d79
commit 4257e4ce51

View File

@@ -152,7 +152,7 @@ function addMultilineWidget(node, name, opts, app) {
if (!(MultilineSymbol in node)) {
node[MultilineSymbol] = true;
const onResize = node.onResize;
node.onResize = function (size) {
computeSize(size);