aboutsummaryrefslogtreecommitdiff
path: root/static/components/tab-group-element.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/components/tab-group-element.ts')
-rw-r--r--static/components/tab-group-element.ts1
1 files changed, 1 insertions, 0 deletions
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') {