1 parent 8dcc7cf commit 8e61854Copy full SHA for 8e61854
1 file changed
src/client/HelpModal.ts
@@ -153,7 +153,7 @@ export class HelpModal extends BaseModal {
153
<iframe
154
id="tutorial-video-iframe"
155
class="absolute top-0 left-0 w-full h-full"
156
- src="${TUTORIAL_VIDEO_URL}"
+ src="${this.isModalOpen ? TUTORIAL_VIDEO_URL : ""}"
157
title="${translateText("help_modal.video_tutorial_title")}"
158
frameborder="0"
159
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
0 commit comments