Skip to content

Commit

Permalink
Fix export type bug in ExportFeatures.js and exportDialog.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Feb 1, 2024
1 parent 6384fc9 commit f4a4d4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Frontend/ExportFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default {
if (type) {
this.exportSettings.type = type;
}


this.data.ensureUniqueFilenames();
this.exportData = AutoFormat.as(this.exportSettings.type, this.data);
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/exportDialog.pug
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ div.offcanvas.offcanvas-bottom#exportDialog(x-ref="exportDialog", style="--bs-of
|
| Apple Chapters
li.nav-item
a.nav-link(:class="{active : /^(psc|podlove)/.test(exportSettings.type)}", href="#", @click.stop.prevent="updateExportContent('podlove')")
a.nav-link(:class="{active : /^(psc|podlove)/.test(exportSettings.type)}", href="#", @click.stop.prevent="updateExportContent('psc')")
i.bi.bi-filetype-xml
|
| Podlove
Expand Down
1 change: 1 addition & 0 deletions static/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4a4d4f

Please sign in to comment.