Unproxy the proxy

This commit is contained in:
Lim Chee Aun 2023-07-31 20:30:29 +08:00
parent 507d8f449a
commit ba9cf70f44

View file

@ -172,7 +172,9 @@ function Status({
const debugHover = (e) => {
if (e.shiftKey) {
console.log(status);
console.log({
...status,
});
}
};
@ -1127,7 +1129,9 @@ function Status({
}}
/>
)}
{(((enableTranslate || inlineTranslate) && !!content.trim() && differentLanguage) ||
{(((enableTranslate || inlineTranslate) &&
!!content.trim() &&
differentLanguage) ||
forceTranslate) && (
<TranslationBlock
forceTranslate={forceTranslate || inlineTranslate}