Skip to content

Commit 2bd824b

Browse files
committed
Changed line 683 from Persisted to temp per Minor bug #888
1 parent cc5a888 commit 2bd824b

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
@@ -680,7 +680,7 @@ fn note_hitbox_clicked(
680680
// Stash the dimensions of the note content so we can render the
681681
// hitbox in the next frame
682682
ui.ctx().data_mut(|d| {
683-
d.insert_persisted(hitbox_id, note_rect.size());
683+
d.insert_temp(hitbox_id, note_rect.size());
684684
});
685685

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

0 commit comments

Comments
 (0)