refactor: remove legacy imports and update event handling in chat and trigger components

This commit is contained in:
Kwaroran
2025-02-14 00:21:42 +09:00
parent 7b57bdf5f1
commit dffc5ee65e
2 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,6 @@
import { getInlayAsset } from 'src/ts/process/files/inlays';
import PlaygroundMenu from '../Playground/PlaygroundMenu.svelte';
import { ConnectionOpenStore } from 'src/ts/sync/multiuser';
import { preventDefault } from 'svelte/legacy';
let messageInput:string = $state('')
let messageInputTranslate:string = $state('')