mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-21 19:59:24 -05:00
fix translate button in MkDetailed(removed collaped)
This commit is contained in:
parent
1ec351696c
commit
cfa6d6ea90
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ const isForeignLanguage: boolean = appearNote.value.text != null && (() => {
|
|||
|
||||
async function translate(): Promise<void> {
|
||||
if (translation.value != null) return;
|
||||
collapsed.value = false;
|
||||
translating.value = true;
|
||||
if (props.mock) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue