fix: clean up neighbors references on state removal

This commit is contained in:
Marc Emmanuel 2026-02-03 16:42:15 +01:00
parent 844fc15891
commit ed3cc83fed
3 changed files with 8 additions and 2 deletions

View file

@ -991,7 +991,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.108.1");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.112.1");
Editor.open();
}