Migrate to svelte 5
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
import { moduleBackgroundEmbedding, ReloadGUIPointer, selectedCharID } from "src/ts/stores";
|
||||
import { onDestroy } from "svelte";
|
||||
|
||||
let backgroundHTML = ''
|
||||
let backgroundHTML = $state('')
|
||||
let lastdb:Database
|
||||
let currentChar:character|groupChat
|
||||
let currentChar:character|groupChat = $state()
|
||||
let selectedId = 0
|
||||
|
||||
function checkUpdate(){
|
||||
|
||||
Reference in New Issue
Block a user