add hideOnZoom to vue widgets

This commit is contained in:
bymyself
2025-06-11 11:15:01 -07:00
parent 241713c7d4
commit 77360bdbad

View File

@@ -241,7 +241,8 @@ export class ComponentWidgetImpl<
}) {
super({
...obj,
type: 'custom'
type: 'custom',
options: { hideOnZoom: true, ...obj.options }
})
this.component = obj.component
this.inputSpec = obj.inputSpec