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