Fix for links stopped working

pull/1738/merge
Marcelo Schmidt 10 years ago
parent 5cb767fe6b
commit b98c77c1cc
  1. 2
      packages/rocketchat-ui/views/app/room.coffee

@ -411,8 +411,6 @@ Template.room.events
RoomHistoryManager.clear(template?.data?._id)
'click .message': (e, template) ->
e.preventDefault()
e.stopPropagation()
if template.selectable.get()
document.selection?.empty() or window.getSelection?().removeAllRanges()
data = Blaze.getData(e.currentTarget)

Loading…
Cancel
Save