From 2bd824bc0ac86170637addd9df741f9a02d27714 Mon Sep 17 00:00:00 2001 From: "valkuros@gmail.com" Date: Tue, 17 Jun 2025 21:48:38 -0400 Subject: [PATCH] Changed line 683 from Persisted to temp per Minor bug #888 --- crates/notedeck_ui/src/note/mod.rs | 2 +- 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 index 3ff529a7..f5cabbed 100644 --- a/crates/notedeck_ui/src/note/mod.rs +++ b/crates/notedeck_ui/src/note/mod.rs @@ -680,7 +680,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