proto-badges for type flags
This commit is contained in:
parent
eeb2b46f76
commit
87955bdda3
4 changed files with 88 additions and 67 deletions
|
@ -47,9 +47,10 @@ const NavComponent: Component<NavProps> = props => {
|
|||
}
|
||||
};
|
||||
|
||||
onMount(() => {});
|
||||
onCleanup(() => {
|
||||
window.removeEventListener("click", handleClickOutside);
|
||||
onMount(() => {
|
||||
onCleanup(() => {
|
||||
window.removeEventListener("click", handleClickOutside);
|
||||
});
|
||||
});
|
||||
|
||||
createEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue