Fix error building Copy Text menu item in clones from fe6a8336fa47f396cac2926b7ae21faf5e0e1ff5.
This commit is contained in:
parent
c971496f51
commit
9e6fd51f08
@ -12,7 +12,7 @@ CopyTextLink =
|
||||
el: a
|
||||
order: 12
|
||||
open: (post) ->
|
||||
CopyTextLink.text = post.commentOrig()
|
||||
CopyTextLink.text = (post.origin or post).commentOrig()
|
||||
true
|
||||
|
||||
copy: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user