mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Unproxy the proxy
This commit is contained in:
parent
507d8f449a
commit
ba9cf70f44
1 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue