mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix(direct-editing): Use correct method to pass the Action_SaveAs post message
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
d9284bb476
commit
247ad201d1
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ const documentsMain = {
|
|||
path: documentsMain.fileName,
|
||||
format: args.Format,
|
||||
},
|
||||
(value) => value && this.sendPostMessage('Action_SaveAs', { Filename: value, Notify: true }),
|
||||
(value) => value && PostMessages.sendWOPIPostMessage('loolframe', 'Action_SaveAs', { Filename: value, Notify: true }),
|
||||
)
|
||||
} else if (msgId === 'Action_Save_Resp') {
|
||||
if (args.success && args.fileName) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue