[🔨] Follow ts-standard
This commit is contained in:
parent
62f30ef227
commit
8c2744b5d4
2 changed files with 1 additions and 2 deletions
|
|
@ -194,7 +194,7 @@ export default class EditorApp implements App {
|
|||
await window.fs.promises.writeFile(data.path, editor.value)
|
||||
}
|
||||
} else {
|
||||
window.flow.openApp('flow.files');
|
||||
await window.flow.openApp('flow.files')
|
||||
setTimeout(() => {
|
||||
win.close()
|
||||
}, 10)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ export interface FlowWindowConfig {
|
|||
|
||||
export interface App {
|
||||
meta: {
|
||||
id: any
|
||||
name: string
|
||||
description: string
|
||||
pkg: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue