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

fix bookmarks

This commit is contained in:
Andrew Simachev 2025-04-11 16:34:27 +02:00
parent 809f3dcc1b
commit 09a6551995
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -850,6 +850,10 @@ const Block = observer(class Block extends React.Component<Props> {
type = I.PreviewType.Link;
};
item.off('click.link').on('click.link', e => {
e.preventDefault();
});
item.off('mousedown.link').on('mousedown.link', e => {
e.preventDefault();