Skip to content

Commit

Permalink
Merge pull request #2 from tommy44458/bugfix
Browse files Browse the repository at this point in the history
fix: open file format ewds -> ecc
  • Loading branch information
tommy44458 committed Aug 18, 2023
2 parents c569b6d + ee87f18 commit 663ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/header/ActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<mdc-menu-item disabled>Open project:</mdc-menu-item>
<mdc-menu-divider></mdc-menu-divider>
<mdc-menu-item>
<input type="file" ref="inputOpenLocal" @change="openLocalFile" :value="fileValue" accept=".ewds"/>
<input type="file" ref="inputOpenLocal" @change="openLocalFile" :value="fileValue" accept=".ecc"/>
Computer
</mdc-menu-item>
<!-- <mdc-menu-item>GitHub</mdc-menu-item> -->
Expand Down

0 comments on commit 663ee8b

Please sign in to comment.