Don't close help popover when clicking inside

This commit is contained in:
Chocobozzz 2019-02-21 14:08:21 +01:00
parent 92bf2f6299
commit a975517c68
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
[attr.aria-pressed]="isPopoverOpened"
[ngbPopover]="tooltipTemplate"
[placement]="tooltipPlacement"
[autoClose]="true"
autoClose="outside"
(onHidden)="onPopoverHidden()"
(onShown)="onPopoverShown()"
>