Reset cache

This commit is contained in:
Manav Rathi
2025-03-03 16:38:39 +05:30
parent 6676668c86
commit 9c5adfe7cb
7 changed files with 107 additions and 26 deletions

View File

@@ -213,7 +213,6 @@ const FileViewer: React.FC<FileViewerProps> = ({
const handleClose = useCallback(() => {
setNeedsSync((needSync) => {
console.log("needs sync", needSync);
if (needSync) onTriggerSyncWithRemote?.();
return false;
});