mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Initialize world info during app startup
Moves world info event binding from jQuery document-ready handler to explicit initialization function for better control flow Ensures world info setup occurs after core dependencies are loaded
This commit is contained in:
@ -50,6 +50,7 @@ import {
|
||||
importWorldInfo,
|
||||
wi_anchor_position,
|
||||
world_info_include_names,
|
||||
initWorldInfo,
|
||||
} from './scripts/world-info.js';
|
||||
|
||||
import {
|
||||
@ -992,6 +993,7 @@ async function firstLoadInit() {
|
||||
initBackgrounds();
|
||||
initAuthorsNote();
|
||||
await initPersonas();
|
||||
initWorldInfo();
|
||||
initRossMods();
|
||||
initStats();
|
||||
initCfg();
|
||||
|
Reference in New Issue
Block a user