Skip to content

Commit

Permalink
make initial widget size of vega to be auto (node-red#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyasuNishiyama committed Nov 19, 2021
1 parent a65f3e7 commit cf02470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red-node-ui-vega/ui_vega.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$("#node-input-size").toggleClass("input-error",!valid);
return valid;
}},
height: {value: 5},
height: {value: 0},
vega: {value: null}
},
inputs: 1,
Expand Down

0 comments on commit cf02470

Please sign in to comment.