Skip to content
Snippets Groups Projects
Commit e4f68c36 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Prevent to open message menu for long press in links

parent 104fcf42
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,9 @@ Template.room.events
if e.originalEvent.touches.length isnt 1
return
if e.target and e.target.nodeName is 'A'
return
if $(e.currentTarget).hasClass('system')
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment