Commit 4fc08af
committed
fix(mobile): pass format to SaveAs
In the mobile app, `args.format` was typoed as `args.Format`, leading to
format always being undefined. This meant that the save as popup would
use the extension of the current file rather than the extension you were
trying to save as. You could workaround by editing this manually, but it
was annoying and not working as intended...
The browser version wasn't broken, as it uses a different code path to
save documents (see src/mixins/saveAs.js)
Signed-off-by: Skyler Grey <skyler.grey@collabora.com>1 parent fcbf00a commit 4fc08af
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 186 | + | |
192 | 187 | | |
193 | 188 | | |
194 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments