Added working video to kahoot-mode in admin screen

This commit is contained in:
Mawoka
2023-06-09 12:51:30 +02:00
parent 28c072227c
commit c220e3ae18
8 changed files with 200 additions and 190 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
export let edit_id: string;
export let data: EditorData;
export let selected_question: number;
export let video_upload: boolean = false;
export let video_upload = false;
// eslint-disable-next-line no-undef
let video_popup: undefined | WindowProxy = undefined;