Skip to content

Commit 1181ebf

Browse files
committed
fix: removed not needed static initialization
1 parent 87eed81 commit 1181ebf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dropdown.ts

-3
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,4 @@ export class Dropdown extends Component<DropdownOptions> implements Openable {
641641
}
642642
}
643643

644-
static {
645-
Dropdown._dropdowns = [];
646-
}
647644
}

0 commit comments

Comments
 (0)