notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 2bd824bc0ac86170637addd9df741f9a02d27714
parent cc5a888b89a3c772ee2cc849652d3c01515e8b78
Author: valkuros@gmail.com <valkuros@gmail.com>
Date:   Tue, 17 Jun 2025 21:48:38 -0400

Changed line 683 from Persisted to temp per Minor bug #888

Diffstat:
Mcrates/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 @@ -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