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() {
|
async function open() {
|
||||||
|
closeDialog()
|
||||||
const path = await openFileDialog({
|
const path = await openFileDialog({
|
||||||
multiple: false,
|
multiple: false,
|
||||||
directory: false,
|
directory: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue