1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 17:45:02 +09:00

Merge pull request #1206 from ShirayukiRin/main

fix the relations to display even after they have been moved to the bin
This commit is contained in:
Razor 2025-02-12 12:14:49 +01:00 committed by GitHub
commit e110826763
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -185,6 +185,10 @@ const MenuBlockRelationView = observer(class MenuBlockRelationView extends React
return false;
};
if (it.isArchived) {
return false;
};
return !config.debug.hiddenObject ? !it.isHidden : true;
});