This commit is contained in:
tamaina 2023-07-30 10:25:47 +00:00
parent 73f7972d62
commit 25ae63f6cd
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ if (props.setNote) {
const {
note, interruptorUnwatch, executeInterruptor,
isRenote, isMyRenote, appearNote,
urls, isLong, canRenote,
urls, isLong, canRenote, showTicker,
} = noteManager.getNoteViewBase(props.note.id);
const el = shallowRef<HTMLElement>();