Skip to content

Commit

Permalink
feat: merge hide url when opening link to new page/tab (zombieFox#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrassBlock1 committed Jun 10, 2024
1 parent 416e2a4 commit 587b038
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/bookmarkTile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ const BookmarkTile = function({
this.control.disable();
}

this.element.content.link.addEventListener('mouseup', () => {
this.element.content.link.blur();
});
};

this.tile = () => {
Expand Down

0 comments on commit 587b038

Please sign in to comment.