aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/help.component.ts
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-12 13:33:43 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-14 15:03:38 +0200
commitc537763a2352a8b41611d784e31d7c36fef53019 (patch)
treec78fe7d51a129d0badda12c267a1ce5150887fa2 /client/src/app/shared/shared-main/misc/help.component.ts
parentfdd1296521354401e9927e5faeb0aa17ba810c41 (diff)
downloadPeerTube-c537763a2352a8b41611d784e31d7c36fef53019.tar.gz
PeerTube-c537763a2352a8b41611d784e31d7c36fef53019.tar.zst
PeerTube-c537763a2352a8b41611d784e31d7c36fef53019.zip
Fix autoclose md popover when click on emoji list link inside
Diffstat (limited to 'client/src/app/shared/shared-main/misc/help.component.ts')
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.ts b/client/src/app/shared/shared-main/misc/help.component.ts
index bcbb464f3..9647e05bd 100644
--- a/client/src/app/shared/shared-main/misc/help.component.ts
+++ b/client/src/app/shared/shared-main/misc/help.component.ts
@@ -14,6 +14,7 @@ export class HelpComponent implements OnInit, OnChanges, AfterContentInit {
14 @Input() tooltipPlacement = 'right auto' 14 @Input() tooltipPlacement = 'right auto'
15 @Input() iconName: GlobalIconName = 'help' 15 @Input() iconName: GlobalIconName = 'help'
16 @Input() title = $localize`Get help` 16 @Input() title = $localize`Get help`
17 @Input() autoClose = 'outside'
17 18
18 @ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective<'preHtml' | 'customHtml' | 'postHtml'>> 19 @ContentChildren(PeerTubeTemplateDirective) templates: QueryList<PeerTubeTemplateDirective<'preHtml' | 'customHtml' | 'postHtml'>>
19 20