mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
tidy
This commit is contained in:
parent
76f4d65d79
commit
4257e4ce51
@ -152,7 +152,7 @@ function addMultilineWidget(node, name, opts, app) {
|
|||||||
if (!(MultilineSymbol in node)) {
|
if (!(MultilineSymbol in node)) {
|
||||||
node[MultilineSymbol] = true;
|
node[MultilineSymbol] = true;
|
||||||
const onResize = node.onResize;
|
const onResize = node.onResize;
|
||||||
|
|
||||||
node.onResize = function (size) {
|
node.onResize = function (size) {
|
||||||
computeSize(size);
|
computeSize(size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user