fix: explicit type fixes for toolbar and multi_select
Some checks failed
Build MIPS Binary / build (push) Failing after 45s

This commit is contained in:
spinline
2026-02-14 02:14:40 +03:00
parent 7730250b61
commit 47bb60d7d8
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ pub fn Toolbar(
variant=ButtonVariant::Ghost
size=ButtonSize::Icon
class="size-9"
on:click=move |_: web_sys::MouseEvent| on_toggle_sidebar.run(())
on:click=move |_| { on_toggle_sidebar.run(()); }
>
<PanelLeft class="size-5" />
<span class="hidden">"Toggle Sidebar"</span>