From 587b038cfc7a69b6f1c94bf9dd12f67a2a701353 Mon Sep 17 00:00:00 2001 From: grassblock Date: Mon, 10 Jun 2024 22:09:40 +0800 Subject: [PATCH] feat: merge hide url when opening link to new page/tab (#413) --- src/component/bookmarkTile/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/component/bookmarkTile/index.js b/src/component/bookmarkTile/index.js index 252c9f8f..b5d16656 100644 --- a/src/component/bookmarkTile/index.js +++ b/src/component/bookmarkTile/index.js @@ -549,6 +549,9 @@ const BookmarkTile = function({ this.control.disable(); } + this.element.content.link.addEventListener('mouseup', () => { + this.element.content.link.blur(); + }); }; this.tile = () => {