Merge branch 'master' into chore/remove-pqueue

This commit is contained in:
Ryan D. Guild 2024-10-23 15:14:26 -04:00 committed by GitHub
commit ecf956ebb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

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