Close new file dialog when opening a file
This commit is contained in:
parent
a0985bb275
commit
570bb10f04
|
|
@ -2471,6 +2471,7 @@ async function saveAs() {
|
|||
}
|
||||
|
||||
async function open() {
|
||||
closeDialog()
|
||||
const path = await openFileDialog({
|
||||
multiple: false,
|
||||
directory: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue