mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
explicitly declare level
This commit is contained in:
parent
047865368a
commit
fd09e96f71
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
let prevX = 0;
|
let prevX = 0;
|
||||||
let prevY = 0;
|
let prevY = 0;
|
||||||
let focusIndex = -1;
|
let focusIndex = -1;
|
||||||
|
let level;
|
||||||
|
|
||||||
function close() {
|
function close() {
|
||||||
open = false;
|
open = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue