Merge states (#962)

* feat: merge states

* chore: update version
This commit is contained in:
Azgaar 2023-07-23 14:25:41 +04:00 committed by GitHub
parent abb131b798
commit 3f8ee8d740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 141 additions and 4 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.05");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.35");
Editor.open();
}