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

small fixes

This commit is contained in:
Andrew Simachev 2024-09-16 13:28:44 +02:00
parent 14953bfe05
commit af71f2b226
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -309,7 +309,7 @@ const SidebarObject = observer(class SidebarObject extends React.Component<{}, S
};
onClick (item: any) {
U.Object.openConfig(item);
U.Object.openAuto(item);
};
onContext (item: any) {