mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 05:23:16 -08:00
remove unnecessary console.log
This commit is contained in:
parent
75ed21410f
commit
5941619a2a
1 changed files with 0 additions and 1 deletions
|
|
@ -536,7 +536,6 @@ const Status = {
|
|||
},
|
||||
goToThread (id, e) {
|
||||
if (this.$store.getters.mergedConfig.clickEmptyToOpenConversation) {
|
||||
console.log(e.target)
|
||||
let targetType = e.target.tagName
|
||||
let targetClasses = e.target.className
|
||||
if ((targetType !== "DIV" && targetType !== "SPAN") || (targetType === "SPAN" && targetClasses.length === 0) || (targetClasses.includes("userName") || targetClasses.includes("form-bottom") || targetClasses.includes("visibility-tray") || targetClasses.includes("reply-form") || targetClasses.includes("post-status-form") || targetClasses.includes("form-group") || targetClasses.includes("preview-status")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue