From 70ed74c7bde00c9894384748b111eb9ca1f7f11a Mon Sep 17 00:00:00 2001 From: alanpoon Date: Tue, 10 Dec 2024 18:19:12 +0800 Subject: [PATCH] minor change --- src/home/room_screen.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/home/room_screen.rs b/src/home/room_screen.rs index 54f32e1..29ae553 100644 --- a/src/home/room_screen.rs +++ b/src/home/room_screen.rs @@ -935,7 +935,7 @@ live_design! { } } } - tooltip = { + room_screen_tooltip = { content: { flow: Overlay width: Fit @@ -1009,7 +1009,7 @@ impl Widget for RoomScreen { } if let Event::Actions(actions) = event { - let mut tooltip = self.tooltip(id!(tooltip)); + let mut tooltip = self.tooltip(id!(room_screen_tooltip)); portal_list.items_with_actions(actions).iter().for_each(| (_, wr) | { let seq = wr.reaction_list(id!(reaction_list)); if let Some((rect, tooltip_text)) = seq.hover_in(actions) {