diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index e1c44ed3..923fc815 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -90,7 +90,7 @@ {:else if $alertStore.type === 'tos'} -
You should accept { +
You should accept { openURL('https://sv.risuai.xyz/hub/tos') }}>Terms of Service to continue
{:else if $alertStore.type !== 'select' && $alertStore.type !== 'requestdata' && $alertStore.type !== 'addchar' && $alertStore.type !== 'hypaV2' && $alertStore.type !== 'chatOptions'} @@ -450,8 +450,9 @@
{:else if $alertStore.type === 'cardexport'} -
-
{ + +
+
{ e.stopPropagation() onclick(e) }}> diff --git a/src/lib/UI/GUI/TextAreaInput.svelte b/src/lib/UI/GUI/TextAreaInput.svelte index 0714ed35..6dae7150 100644 --- a/src/lib/UI/GUI/TextAreaInput.svelte +++ b/src/lib/UI/GUI/TextAreaInput.svelte @@ -88,6 +88,8 @@ }} bind:this={inputDom} translate="no" + role="textbox" + tabindex="0" >{value ?? ''}
{:else}
{value ?? ''}
{/if}