refactorings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { mdiSendVariantOutline } from "@mdi/js"
|
||||
import Icon from "../widgets/Icon.svelte"
|
||||
import type { Chat } from "./chat"
|
||||
let { chat }: { chat: Chat } = $props()
|
||||
import type { WerkChatSession } from "@kontextwerk/web-sdk"
|
||||
let { chat }: { chat: WerkChatSession } = $props()
|
||||
let value = $state("")
|
||||
let textareaEl: HTMLTextAreaElement = $state(null)
|
||||
function autoResize() {
|
||||
|
||||
Reference in New Issue
Block a user