fix: state expansion to reset on re-generation

This commit is contained in:
Azgaar 2023-02-05 00:49:05 +04:00
parent 7d500b1598
commit eb5d924cbd
6 changed files with 26 additions and 18 deletions

View file

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