Finished automatic depth sorting

This commit is contained in:
2024-07-22 18:09:56 +02:00
parent 71e5069857
commit 1bdc83fab1
7 changed files with 136 additions and 119 deletions

View File

@ -21,6 +21,7 @@ export const useZoneEditorStore = defineStore('zoneEditor', {
}),
actions: {
toggleActive() {
if (this.active) this.reset()
this.active = !this.active
},
setZone(zone: Zone) {