Skip to content

Commit f4a4d4f

Browse files
committed
Fix export type bug in ExportFeatures.js and exportDialog.pug
1 parent 6384fc9 commit f4a4d4f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Frontend/ExportFeatures.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default {
3030
if (type) {
3131
this.exportSettings.type = type;
3232
}
33+
3334

3435
this.data.ensureUniqueFilenames();
3536
this.exportData = AutoFormat.as(this.exportSettings.type, this.data);

src/views/partials/exportDialog.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ div.offcanvas.offcanvas-bottom#exportDialog(x-ref="exportDialog", style="--bs-of
4848
|
4949
| Apple Chapters
5050
li.nav-item
51-
a.nav-link(:class="{active : /^(psc|podlove)/.test(exportSettings.type)}", href="#", @click.stop.prevent="updateExportContent('podlove')")
51+
a.nav-link(:class="{active : /^(psc|podlove)/.test(exportSettings.type)}", href="#", @click.stop.prevent="updateExportContent('psc')")
5252
i.bi.bi-filetype-xml
5353
|
5454
| Podlove

static/app.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)