We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f3c02 commit 5c70fddCopy full SHA for 5c70fdd
1 file changed
docs/.vitepress/components/VideoEditorPlayground.vue
@@ -9,7 +9,7 @@
9
<button @click="openFileDialog" class="tool-btn" :disabled="loading">
10
Import
11
</button>
12
- <input type="file" ref="fileInput" @change="handleFileSelect" accept="video/*,image/*,audio/*" hidden />
+ <input type="file" ref="fileInput" @change="handleFileSelect" hidden />
13
</div>
14
<div class="toolbar-center">
15
<button @click="skipToStart" class="transport-btn" title="Go to start">|◀</button>
0 commit comments