Preserve save widget types for execution
This commit is contained in:
@@ -78,8 +78,8 @@ function el(tag, className, text) {
|
||||
function hideWidget(widget) {
|
||||
if (!widget || widget.__dsiHidden) return;
|
||||
widget.__dsiHidden = true;
|
||||
widget.origType = widget.origType || widget.type;
|
||||
widget.computeSize = () => [0, -4];
|
||||
widget.type = "hidden";
|
||||
widget.hidden = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user