Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoon committed Dec 10, 2024
1 parent bc19f96 commit 70ed74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/home/room_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ live_design! {
}
}
}
tooltip = <Tooltip> {
room_screen_tooltip = <Tooltip> {
content: <View> {
flow: Overlay
width: Fit
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 70ed74c

Please sign in to comment.