fix
This commit is contained in:
parent
73f7972d62
commit
25ae63f6cd
|
@ -184,7 +184,7 @@ if (props.setNote) {
|
||||||
const {
|
const {
|
||||||
note, interruptorUnwatch, executeInterruptor,
|
note, interruptorUnwatch, executeInterruptor,
|
||||||
isRenote, isMyRenote, appearNote,
|
isRenote, isMyRenote, appearNote,
|
||||||
urls, isLong, canRenote,
|
urls, isLong, canRenote, showTicker,
|
||||||
} = noteManager.getNoteViewBase(props.note.id);
|
} = noteManager.getNoteViewBase(props.note.id);
|
||||||
|
|
||||||
const el = shallowRef<HTMLElement>();
|
const el = shallowRef<HTMLElement>();
|
||||||
|
|
Loading…
Reference in New Issue