Skip to content

Commit

Permalink
Add leave function for "Save and publish" options popup #6298 (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nul800sebastiaan committed Sep 15, 2019
1 parent a4ac232 commit dce593d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
</span>
</button>

<umb-dropdown ng-show="subButtons.length > 0 && dropdown.isOpen" class="umb-button-group__sub-buttons" on-close="closeDropdown()" ng-class="{'-align-right': float === 'right'}">
<umb-dropdown
ng-show="subButtons.length > 0 && dropdown.isOpen"
class="umb-button-group__sub-buttons"
on-close="closeDropdown()"
deep-blur="closeDropdown()"
ng-class="{'-align-right': float === 'right'}"
>
<umb-dropdown-item ng-repeat="subButton in subButtons">
<button
data-element="{{subButton.alias ? 'button-' + subButton.alias : 'button-group-secondary-' + $index }}"
Expand Down

0 comments on commit dce593d

Please sign in to comment.