From e676623a4ee809a618acbbb424b7f8242851533d Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 23 Sep 2024 23:53:03 +0900 Subject: [PATCH] Add autocomplete --- src/lib/UI/GUI/TextAreaInput.svelte | 121 +++++++++++++++++++++++++++- src/styles.css | 4 + src/ts/gui/highlight.ts | 15 +++- src/ts/storage/globalApi.ts | 1 + 4 files changed, 135 insertions(+), 6 deletions(-) diff --git a/src/lib/UI/GUI/TextAreaInput.svelte b/src/lib/UI/GUI/TextAreaInput.svelte index 6169d9a2..646dc77c 100644 --- a/src/lib/UI/GUI/TextAreaInput.svelte +++ b/src/lib/UI/GUI/TextAreaInput.svelte @@ -1,5 +1,5 @@
{ + hideAutoComplete() + }} > {#if !highlight || !CSS.highlights || isFirefox}