Skip to content

Commit

Permalink
Update TranslationPane.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Apr 12, 2024
1 parent b788d67 commit afde27f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const currentText = computed(() => {
});
const translateHandle = (force = false) => {
if (!force || config.getTmpMachineTranslate(currentText.value)) return;
if (!force && config.getTmpMachineTranslate(currentText.value)) return;
if (config.getSelectLine !== -1) {
const text = currentText.value
?.replaceAll("#n", "[#n]")
Expand Down

0 comments on commit afde27f

Please sign in to comment.