diff options
| author | historia <[not public]> | 2026-07-10 19:30:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 19:30:26 -0400 |
| commit | d35aa505d2a103a41a45d3a8f42be7f2f2b5a28b (patch) | |
| tree | 9dcf40bd684e4aca99765519b97e7e15653c2088 /internal/admin/static/map.js | |
| parent | c5ca80b168ca247179db322d8e3ff14d6c9e16ad (diff) | |
| download | thehouseoficarus-d35aa505d2a103a41a45d3a8f42be7f2f2b5a28b.tar.gz | |
fix(admin): fix remove buttons on onenter/onexit
Diffstat (limited to 'internal/admin/static/map.js')
| -rw-r--r-- | internal/admin/static/map.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js index bd884b7..6d56097 100644 --- a/internal/admin/static/map.js +++ b/internal/admin/static/map.js @@ -3434,5 +3434,7 @@ function _mapRemoveTrigger(secPath, idx) { if (currentRoomData && currentRoomData.room) { currentRoomData.room[secPath] = window._editorData[secPath]; } - window._ieRenderCurrent(); + switchPanelTab(8); + _triggersDirty = true; + autoSave(); } |
