Skip to content

Commit ef68bae

Browse files
committed
fix: can not translate title by action
close #1957
1 parent 36cdbbd commit ef68bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/renderer/src/modules/entry-column/translation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const EntryTranslation: Component<{
1515

1616
useOverlay?: boolean
1717
isHTML?: boolean
18-
}> = ({ source, target, showTranslation, className, side, useOverlay, isHTML }) => {
18+
}> = ({ source, target, showTranslation = true, className, side, useOverlay, isHTML }) => {
1919
let nextTarget = target
2020
if (source === target) {
2121
nextTarget = undefined

0 commit comments

Comments
 (0)