Skip to content

Commit 5c70fdd

Browse files
committed
fix(playground): remove file type filter from import
1 parent 94f3c02 commit 5c70fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/components/VideoEditorPlayground.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<button @click="openFileDialog" class="tool-btn" :disabled="loading">
1010
Import
1111
</button>
12-
<input type="file" ref="fileInput" @change="handleFileSelect" accept="video/*,image/*,audio/*" hidden />
12+
<input type="file" ref="fileInput" @change="handleFileSelect" hidden />
1313
</div>
1414
<div class="toolbar-center">
1515
<button @click="skipToStart" class="transport-btn" title="Go to start">|◀</button>

0 commit comments

Comments
 (0)