Skip to content

Commit

Permalink
JS-3857: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Jan 26, 2024
1 parent 19a6840 commit 68ce6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ts/component/block/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ const BlockLink = observer(class BlockLink extends React.Component<I.BlockCompon
canEdit={!readonly && !isArchived}
onSelect={this.onSelect}
onUpload={this.onUpload}
onCheckbox={this.onCheckbox}
onCheckbox={this.onCheckbox}
noClick={true}
/>
);
};
Expand Down

0 comments on commit 68ce6c0

Please sign in to comment.