format
This commit is contained in:
parent
3757a1162b
commit
f2ebb7a06d
@ -67,7 +67,7 @@ export default {
|
|||||||
truncate,
|
truncate,
|
||||||
abbreviate,
|
abbreviate,
|
||||||
handlePlayerTimeUpdate(time: number) {
|
handlePlayerTimeUpdate(time: number) {
|
||||||
if (!getSetting("chatVisible")) return
|
if (!getSetting('chatVisible')) return
|
||||||
const chat = this.$refs.chat as ChatComponent
|
const chat = this.$refs.chat as ChatComponent
|
||||||
this.time = time
|
this.time = time
|
||||||
chat.updateVodComments(time)
|
chat.updateVodComments(time)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user