commit 5c31bf16c81f98f6399620d01b5df87d37780f6a
parent 86d68e786a03517098cd69d047ac6439d885f4e0
Author: William Casarin <jb55@jb55.com>
Date: Mon, 23 Jun 2025 13:48:21 -0700
Merge remote-tracking branch 'github/pr/899'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/notedeck_ui/src/note/mod.rs b/crates/notedeck_ui/src/note/mod.rs
@@ -760,7 +760,7 @@ fn note_hitbox_clicked(
// Stash the dimensions of the note content so we can render the
// hitbox in the next frame
ui.ctx().data_mut(|d| {
- d.insert_persisted(hitbox_id, note_rect.size());
+ d.insert_temp(hitbox_id, note_rect.size());
});
// If there was an hitbox and it was clicked open the thread