mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Fix MkTime, resolves #8
This commit is contained in:
parent
9bc4d81cb5
commit
f5b13754ae
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function tick() {
|
|||
|
||||
if (
|
||||
!invalid &&
|
||||
props.origin === null &&
|
||||
!props.origin &&
|
||||
(props.mode === "relative" || props.mode === "detail")
|
||||
) {
|
||||
onMounted(() => {
|
||||
|
|
Loading…
Reference in a new issue