From 14708ce4332ceefed0fd5411f67877884a63584a Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 23 Jul 2020 12:34:12 +0300 Subject: [PATCH] remove log --- src/components/status_content/status_content.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index 9b4f503c..902dd586 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -195,7 +195,6 @@ const StatusContent = { linkHover (event) { const target = event.target.closest('.status-content a') this.focusedUserId = null - console.log('hover first') if (target) { if (target.className.match(/mention/)) { const href = target.href @@ -205,8 +204,6 @@ const StatusContent = { } } } - event.preventDefault() - event.stopPropagation() }, toggleShowMore () { if (this.mightHideBecauseTall) {