mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
Fix MkTime, resolves #8
This commit is contained in:
parent
9bc4d81cb5
commit
f5b13754ae
@ -84,7 +84,7 @@ function tick() {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!invalid &&
|
!invalid &&
|
||||||
props.origin === null &&
|
!props.origin &&
|
||||||
(props.mode === "relative" || props.mode === "detail")
|
(props.mode === "relative" || props.mode === "detail")
|
||||||
) {
|
) {
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user