Skip to content

Commit

Permalink
fix: card save fallback not having correct save values
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Dec 17, 2024
1 parent ca36eba commit c091c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/CharacterEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const ChracterEditor = () => {
firstRender.current = false
return
}
if (edited) return
// if (edited) return
setEdited(true)
removeListener.current()
removeListener.current = navigation.addListener('beforeRemove', (e) => {
Expand Down

0 comments on commit c091c55

Please sign in to comment.