Skip to content

Commit 734b0ca

Browse files
authored
修复loadlora显示 (#75)
1 parent 4f35466 commit 734b0ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bizyui/js/subassembly/tools.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const hideWidget = (node, widget_name) => {
99

1010
widget.computeSize = () => [0, -4];
1111
widget.type = "hidden";
12+
widget.hidden=true
1213
widget.options = widget.options || {};
1314
widget.show = () => {
1415
widget.computeSize = originalComputeSize;

0 commit comments

Comments
 (0)