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.
2 parents 86d68e7 + 2bd824b commit 5c31bf1Copy full SHA for 5c31bf1
crates/notedeck_ui/src/note/mod.rs
@@ -760,7 +760,7 @@ fn note_hitbox_clicked(
760
// Stash the dimensions of the note content so we can render the
761
// hitbox in the next frame
762
ui.ctx().data_mut(|d| {
763
- d.insert_persisted(hitbox_id, note_rect.size());
+ d.insert_temp(hitbox_id, note_rect.size());
764
});
765
766
// If there was an hitbox and it was clicked open the thread
0 commit comments