Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Of-qinhai committed Dec 12, 2024
1 parent 24e2683 commit 578b362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/subassembly/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const hideWidget = (node, widget_name) => {
widget.height = 0;
widget.type = "hidden";
widget.options = widget.options || {};

widget.show = () => {
widget.computeSize = originalComputeSize;
widget.type = originalType;
Expand Down

0 comments on commit 578b362

Please sign in to comment.