Commit 3bae2ea4 authored by Randall Leeds's avatar Randall Leeds

Don't autoexpand annotations on share

parent 7975b255
......@@ -324,7 +324,8 @@ class Annotation
$scope.toggle = ->
$element.find('.share-dialog').slideToggle()
$scope.share = ->
$scope.share = ($event) ->
$event.stopPropagation()
$scope.shared = not $scope.shared
$scope.toggle()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment