Prevent notification collapse toggle when attempting selecting message details

This commit is contained in:
Johannes Zellner
2019-05-13 21:06:20 +02:00
parent 8e346bf676
commit 9a1d71face

View File

@@ -25,7 +25,7 @@
<div uib-collapse="notification.isCollapsed" expanding="notificationExpanding(notification)">
<br/>
<p ng-hide="notification.messageJson" ng-bind-html="notification.message | markdown2html"></p>
<p ng-hide="notification.messageJson" ng-click="$event.stopPropagation();" style="cursor: auto" ng-bind-html="notification.message | markdown2html"></p>
<pre ng-show="notification.messageJson" ng-click="$event.stopPropagation();" style="cursor: auto">{{ notification.messageJson | json }}</pre>
<br/>
<h2 ng-show="notification.eventId && notification.busyLoadEvent" class="text-center"><i class="fa fa-circle-notch fa-spin"></i></h2>