Skip to content
Snippets Groups Projects
Unverified Commit d536edc8 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Avoid drops on side-nav opening files

parent 0af2d784
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ Template.sideNav.events
'scroll .rooms-list': ->
menu.updateUnreadBars()
'dropped .side-nav': (e) ->
e.preventDefault()
Template.sideNav.onRendered ->
SideNav.init()
menu.init()
......
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