File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 145145 z-index : 10 ;
146146}
147147
148- .arrow {
149148.slider-container {
150149 position : relative;
151150 width : 100% ;
152151 height : 100% ;
153152 margin-right : 5px ;
154153}
155154
156- .slider-container {
157- opacity : 0 ;
158- position : relative;
159- width : 100% ;
160- height : 100% ;
161- transition : opacity 0.4s ease-in;
162- }
163155
164156.slider {
165157 width : 100% ;
@@ -478,4 +470,4 @@ input[type="checkbox"] {
478470 .input-row .input-group {
479471 width : 100% ;
480472 }
481- }
473+ }
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import "@/assets/styles/poem-dialog.css";
3030
3131 let isMuted = true;
3232 let currentText = "";
33+ let currentLang = "en_GB";
3334 let availableVoices = [];
3435 let voicesLoadedPromise = null;
3536
@@ -107,7 +108,6 @@ import "@/assets/styles/poem-dialog.css";
107108 speechSynthesis .speak (utterance );
108109 }
109110
110- let currentLang;
111111
112112 window.showPoem = async (title, lines) => {
113113 titleEl .innerText = title ;
You can’t perform that action at this time.
0 commit comments