feat: zones editor - don't close other editors on open

This commit is contained in:
Azgaar 2024-10-22 23:04:57 +02:00
parent 2ec2c9f773
commit 54491cfd09
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
"use strict";
function editZones() {
closeDialogs();
closeDialogs("#zonesEditor, .stable");
if (!layerIsOn("toggleZones")) toggleZones();
const body = byId("zonesBodySection");