fix
This commit is contained in:
parent
73f7972d62
commit
25ae63f6cd
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue