mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: religions and cultures are not highlightable from editor
This commit is contained in:
parent
9215a01548
commit
182c6d558d
6 changed files with 30 additions and 26 deletions
|
|
@ -1176,18 +1176,18 @@ function refreshAllEditors() {
|
|||
// dynamically loaded editors
|
||||
async function editStates() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=06062022");
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=08062022");
|
||||
Editor.open();
|
||||
}
|
||||
|
||||
async function editCultures() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/cultures-editor.js?v=06062022");
|
||||
const Editor = await import("../dynamic/editors/cultures-editor.js?v=08062022");
|
||||
Editor.open();
|
||||
}
|
||||
|
||||
async function editReligions() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=08062022");
|
||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=080620222");
|
||||
Editor.open();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue