Skip to content

Commit

Permalink
prevent menu actions from collapsing sidebar (nextcloud#504)
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker authored and Grotax committed May 11, 2019
1 parent 1a54c2a commit a363aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/part.navigation.feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class="action icon-checkmark">
</ul>
</div>

<div class="app-navigation-entry-menu">
<div class="app-navigation-entry-menu" ng-click="$event.stopPropagation()">
<ul>
<li ng-show="Navigation.isFeedUnread(feed.id)" class="mark-read">
<button ng-click="Navigation.markFeedRead(feed.id)">
Expand Down

0 comments on commit a363aab

Please sign in to comment.