Skip to content

Commit 3cb28a7

Browse files
juliusknorrbackportbot[bot]
authored andcommitted
fix(direct-editing): Use proper path in the save as dialog
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 5b5bbb9 commit 3cb28a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const documentsMain = {
473473
spawnDialog(
474474
SaveAs,
475475
{
476-
path: documentsMain.filename,
476+
path: documentsMain.fileName,
477477
format: args.Format,
478478
},
479479
(value) => value && this.sendPostMessage('Action_SaveAs', { Filename: value, Notify: true }),

0 commit comments

Comments
 (0)