We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5a888 commit 2bd824bCopy full SHA for 2bd824b
crates/notedeck_ui/src/note/mod.rs
@@ -680,7 +680,7 @@ fn note_hitbox_clicked(
680
// Stash the dimensions of the note content so we can render the
681
// hitbox in the next frame
682
ui.ctx().data_mut(|d| {
683
- d.insert_persisted(hitbox_id, note_rect.size());
+ d.insert_temp(hitbox_id, note_rect.size());
684
});
685
686
// If there was an hitbox and it was clicked open the thread
0 commit comments