Commit c1c46bd3 authored by Randall Leeds's avatar Randall Leeds

Don't propagate tag clicks

parent 8455bbc5
......@@ -298,6 +298,7 @@ tags = ['$window', ($window) ->
autocomplete:
source: []
onTagClicked: (evt, ui) ->
evt.stopPropagation()
tag = ui.tagLabel
$window.open "/t/" + tag
......
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