collapsible layer control categories

This commit is contained in:
vcoppe
2024-04-12 15:51:57 +02:00
parent cae8cb63f9
commit f4f10c03a1
5 changed files with 65 additions and 6 deletions

View File

@@ -9,6 +9,6 @@
export let onValueChange: (id: string, checked: boolean) => void;
</script>
<fieldset>
<fieldset class="min-w-52">
<LayerTreeNode {name} node={layerTree} {multiple} {onValueChange} />
</fieldset>