Skip to content

Commit

Permalink
Web bookmarks open in new tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aspirisen committed Mar 29, 2023
1 parent 09ebe02 commit d838590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function createWebBookmark(props: RequiredProps & Partial<OptionalProps>)
return withoutExtraAttributes({
uuid: uuidV4(),
layout: BookmarkCardLayout.HORIZONTAL,
new_tab: false,
new_tab: true,
show_thumbnail: true,
...props,
children: [{ text: '' }],
Expand Down

0 comments on commit d838590

Please sign in to comment.