From 18a2907bf79f4fd903b9a1a6df930b5926b7da1b Mon Sep 17 00:00:00 2001 From: smuddyx Date: Tue, 16 May 2023 17:08:53 +0200 Subject: [PATCH] support multiline dynamic text in presentation mode --- src/app/modules/presentation/monitor/monitor.component.html | 6 +++--- src/app/modules/presentation/monitor/monitor.component.less | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/modules/presentation/monitor/monitor.component.html b/src/app/modules/presentation/monitor/monitor.component.html index 799a6de..990846b 100644 --- a/src/app/modules/presentation/monitor/monitor.component.html +++ b/src/app/modules/presentation/monitor/monitor.component.html @@ -23,7 +23,7 @@
{{ date | date: "dd.MM.yyyy" }}
-
+
{{ presentationDynamicCaption }}
{{ presentationDynamicText }}
@@ -33,13 +33,13 @@ *ngIf="songId !== 'title' && songId !== 'empty'" [@songSwitch]="songId" [fullscreen]="true" - [index]="index" + [index]="index??0" [showSwitch]="false" [text]="song.text" chordMode="hide" >