Skip to content

Commit

Permalink
After clicking in the feed link under an entry title, hide entry tool…
Browse files Browse the repository at this point in the history
…tips.

This fixes a bug in which the tooltip associated to the feed link under the entry title did not disappear after clicking on the link.
  • Loading branch information
amatriain committed Nov 28, 2016
1 parent 00ce225 commit 20d7e9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ loadFeedsSvc, showHideReadSvc)->
$scope.set_current_entry_feed = (entry)->
feed = findSvc.find_feed entry.feed_id
if feed?
tooltipSvc.entry_tooltips_hide entry
currentFeedSvc.set feed
return

Expand Down

0 comments on commit 20d7e9b

Please sign in to comment.