Dynamic focus styles from existing hover styles

This commit is contained in:
Wolfsblvt
2024-06-08 05:10:44 +02:00
parent e2089b1e44
commit 61906d8dbe
2 changed files with 154 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ import { SlashCommandBrowser } from './scripts/slash-commands/SlashCommandBrowse
import { initCustomSelectedSamplers, validateDisabledSamplers } from './scripts/samplerSelect.js';
import { DragAndDropHandler } from './scripts/dragdrop.js';
import { INTERACTABLE_CONTROL_CLASS, initKeyboard } from './scripts/keyboard.js';
import { initDynamicStyles } from './scripts/dynamic-styles.js';
//exporting functions and vars for mods
export {
@@ -892,6 +893,7 @@ async function firstLoadInit() {
sendSystemMessage(system_message_types.WELCOME);
await getSettings();
initKeyboard();
initDynamicStyles();
initTags();
await getUserAvatars(true, user_avatar);
await getCharacters();