Temp fix textarea

This commit is contained in:
kwaroran
2024-11-02 23:55:48 +09:00
parent 5b975948b7
commit 03e2390006
2 changed files with 4 additions and 1 deletions

View File

@@ -89,6 +89,8 @@ export const DBState = $state({
db: {} as any as Database
});
export const disableHighlight = writable(true)
let selIdState = $state(0)
selectedCharID.subscribe((v) => {