Skip to content

Commit 5c31bf1

Browse files
committed
Merge remote-tracking branch 'github/pr/899'
2 parents 86d68e7 + 2bd824b commit 5c31bf1

File tree

1 file changed

+1
-1
lines changed
  • crates/notedeck_ui/src/note

1 file changed

+1
-1
lines changed

crates/notedeck_ui/src/note/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ fn note_hitbox_clicked(
760760
// Stash the dimensions of the note content so we can render the
761761
// hitbox in the next frame
762762
ui.ctx().data_mut(|d| {
763-
d.insert_persisted(hitbox_id, note_rect.size());
763+
d.insert_temp(hitbox_id, note_rect.size());
764764
});
765765

766766
// If there was an hitbox and it was clicked open the thread

0 commit comments

Comments
 (0)