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:
commit
e110826763
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue