mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 01:55:36 +02:00
Fix #1129
This commit is contained in:
@@ -207,7 +207,7 @@ export default Vue.extend({
|
||||
});
|
||||
},
|
||||
warp(date) {
|
||||
(this.$refs.tl as any)[0].warp(date);
|
||||
(this.$refs.tl as any).warp(date);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user