Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into develop

# By Marcelo Schmidt
# Via Marcelo Schmidt
* 'develop' of github.com:RocketChat/Rocket.Chat:
  Fix for links stopped working
pull/1738/merge
Gabriel Engel 10 years ago
commit a58685321a
  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