Skip to content

Commit

Permalink
fix miss(character auto select) (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-chan authored Nov 27, 2021
1 parent fec79b8 commit 3e29c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DefaultStyleSelectDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default defineComponent({
if (info.metas.styles.length > 1) {
return undefined;
} else {
return info.metas.styles[0].styleId;
return 0;
}
}
);
Expand Down

0 comments on commit 3e29c26

Please sign in to comment.