diff --git a/src/App.tsx b/src/App.tsx index 3ec6f0b..d580bf6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -433,7 +433,7 @@ export function App() { if ( activeDrawing && loadedUpdatedAtRef.current && - activeDrawing.updatedAt > loadedUpdatedAtRef.current && + activeDrawing.updatedAt !== loadedUpdatedAtRef.current && !inFlightSaveRef.current && !inFlightTitleSaveRef.current ) {