From 908fb127a1f444f094dc9d05b04714dc7348bbf0 Mon Sep 17 00:00:00 2001 From: Spxg Date: Sun, 25 May 2025 15:48:25 +0800 Subject: [PATCH] Rename discard context to drop context --- src/app/context_menu.rs | 2 +- src/app/header.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/context_menu.rs b/src/app/context_menu.rs index 5b3e3cd..05c6f22 100644 --- a/src/app/context_menu.rs +++ b/src/app/context_menu.rs @@ -12,7 +12,7 @@ pub fn ContextMenu() -> impl IntoView { view! { ) -> impl IntoVi let button = move |toggle, node_ref| { view! { } .into_any()