Implement File > Import and fix Ctrl+O to Open hotkey

Closes #671
This commit is contained in:
Keavon Chambers
2022-07-23 15:17:12 -07:00
parent 4c6f2c80bd
commit a07c1a37a8
10 changed files with 54 additions and 31 deletions
@@ -255,7 +255,7 @@ export default defineComponent({
this.editor.instance.new_document_dialog();
},
openDocument() {
this.editor.instance.open_file_upload();
this.editor.instance.document_open();
},
},
components: {