mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Remove unused variable
This commit is contained in:
parent
649afa1e14
commit
98a4be9631
1 changed files with 0 additions and 2 deletions
|
@ -111,7 +111,6 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
let highlightedIndex = -1;
|
||||
let mainDivRef;
|
||||
|
||||
$: inline = type === "inline";
|
||||
$: selectedItem = items.find((item) => item.id === selectedId);
|
||||
|
@ -166,7 +165,6 @@
|
|||
<svelte:window on:click="{pageClickHandler}" />
|
||||
|
||||
<div
|
||||
bind:this="{mainDivRef}"
|
||||
class:bx--dropdown__wrapper="{true}"
|
||||
class:bx--list-box__wrapper="{true}"
|
||||
class:bx--dropdown__wrapper--inline="{inline}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue