Close new file dialog when opening a file

This commit is contained in:
Skyler Lehmkuhl 2024-12-21 02:44:22 -05:00
parent a0985bb275
commit 570bb10f04
1 changed files with 1 additions and 0 deletions

View File

@ -2471,6 +2471,7 @@ async function saveAs() {
}
async function open() {
closeDialog()
const path = await openFileDialog({
multiple: false,
directory: false,