Skip to content

Commit

Permalink
Merge pull request #378 from koptan/ko/fix-write-silent
Browse files Browse the repository at this point in the history
fix: unmarking component as dirty in silent write
  • Loading branch information
jkelleyrtp committed Apr 26, 2022
2 parents 07529e4 + eb3fd74 commit 87c04e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fermi/src/hooks/atom_ref.rs
Expand Up @@ -76,7 +76,6 @@ impl<T: 'static> UseAtomRef<T> {
}

pub fn write_silent(&self) -> RefMut<T> {
self.root.force_update(self.ptr);
self.value.borrow_mut()
}

Expand Down

0 comments on commit 87c04e3

Please sign in to comment.