mishig HF staff commited on
Commit
81f6b3e
1 Parent(s): 7083ad1
src/lib/components/InferencePlayground/InferencePlaygroundMessage.svelte CHANGED
@@ -17,6 +17,7 @@
17
  {message.role}
18
  </div>
19
  <!-- svelte-ignore a11y-autofocus -->
 
20
  <textarea
21
  {autofocus}
22
  bind:value={message.content}
 
17
  {message.role}
18
  </div>
19
  <!-- svelte-ignore a11y-autofocus -->
20
+ <!-- svelte-ignore a11y-positive-tabindex -->
21
  <textarea
22
  {autofocus}
23
  bind:value={message.content}