From 3ddbd37ade2e03e4fc3a6f5ba52234bc286fded3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 13 Dec 2021 02:26:36 +0100 Subject: Made VEventComponent template optional. --- static/components/tab-group-element.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'static/components/tab-group-element.ts') diff --git a/static/components/tab-group-element.ts b/static/components/tab-group-element.ts index e84da19f..05cac7d2 100644 --- a/static/components/tab-group-element.ts +++ b/static/components/tab-group-element.ts @@ -165,6 +165,7 @@ class TabGroupElement extends ComponentVEvent { } + /* returns our rrule tab if we have one */ has_rrule_tab(): Element | false { for (let child of this.children) { if ((child.firstChild! as HTMLElement).tagName.toLowerCase() === 'vevent-edit-rrule') { -- cgit v1.2.3