1
0
Fork 0
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:
fly_mc 2024-10-18 00:04:01 +08:00
parent 1ec351696c
commit cfa6d6ea90

View file

@ -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;