Exporting function clear

This commit is contained in:
Rafael Dessotti 2021-09-06 10:01:26 -03:00
commit 23015c090b

View file

@ -123,7 +123,7 @@
highlightedIndex = index; highlightedIndex = index;
} }
function clear() { export function clear() {
selectedIndex = -1; selectedIndex = -1;
highlightedIndex = -1; highlightedIndex = -1;
open = false; open = false;