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 = () => {