mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
Reset cache
This commit is contained in:
@@ -213,7 +213,6 @@ const FileViewer: React.FC<FileViewerProps> = ({
|
||||
|
||||
const handleClose = useCallback(() => {
|
||||
setNeedsSync((needSync) => {
|
||||
console.log("needs sync", needSync);
|
||||
if (needSync) onTriggerSyncWithRemote?.();
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user