Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 447dfb7

Browse files
refactor: event was renamed from youtube_pause to youtube_play
1 parent 0f35d07 commit 447dfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/handlers/editor/events/remote/remote-events.handler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class RemoteEventsHandler {
199199
return;
200200
}
201201

202-
if ($event.detail.action === 'youtube_pause') {
202+
if ($event.detail.action === 'pause') {
203203
await youtubeSlideElement.pause();
204204
} else {
205205
await youtubeSlideElement.play();

0 commit comments

Comments
 (0)