We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f35466 commit 734b0caCopy full SHA for 734b0ca
1 file changed
bizyui/js/subassembly/tools.js
@@ -9,6 +9,7 @@ export const hideWidget = (node, widget_name) => {
9
10
widget.computeSize = () => [0, -4];
11
widget.type = "hidden";
12
+ widget.hidden=true
13
widget.options = widget.options || {};
14
widget.show = () => {
15
widget.computeSize = originalComputeSize;
0 commit comments