Fix errors from mouseover events from quotelinks themselves in quote previews, already removed from document.
This commit is contained in:
parent
c5ca6eb00e
commit
5248726a04
@ -15,7 +15,7 @@ QuotePreview =
|
|||||||
return
|
return
|
||||||
|
|
||||||
mouseover: (e) ->
|
mouseover: (e) ->
|
||||||
return if $.hasClass @, 'inlined'
|
return if $.hasClass(@, 'inlined') or !d.contains(@)
|
||||||
|
|
||||||
{boardID, threadID, postID} = Get.postDataFromLink @
|
{boardID, threadID, postID} = Get.postDataFromLink @
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user