From 5c7603dbfd9c6ee078ef2cd833d0604c1ca4d019 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 3 May 2023 09:30:29 -0700 Subject: [PATCH] chore: fix `tabindex` capitalization The Svelte Language server does not detect `tabIndex` as a valid attribute. Note, however, that `tabIndex` is correct when using it in JavaScript (e.g., `node.tabIndex`). --- src/ListBox/ListBoxSelection.svelte | 2 +- src/Tooltip/Tooltip.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ListBox/ListBoxSelection.svelte b/src/ListBox/ListBoxSelection.svelte index 317a300d..dec717da 100644 --- a/src/ListBox/ListBoxSelection.svelte +++ b/src/ListBox/ListBoxSelection.svelte @@ -62,7 +62,7 @@