diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index c7a637461..cce3830e4 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -1759,6 +1759,9 @@ export async function importEmbeddedWorldInfo(skipPopup = false) { const newIndex = world_names.indexOf(bookName); if (newIndex >= 0) { + //show&draw the WI panel before.. + $("#WIDrawerIcon").trigger('click'); + //..auto-opening the new imported WI $("#world_editor_select").val(newIndex).trigger('change'); }