summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/widgets/timemachine.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/widgets/timemachine.vue b/src/client/app/desktop/views/widgets/timemachine.vue
index 22a4120403..854b01c13e 100644
--- a/src/client/app/desktop/views/widgets/timemachine.vue
+++ b/src/client/app/desktop/views/widgets/timemachine.vue
@@ -14,7 +14,7 @@ export default define({
}).extend({
methods: {
chosen(date) {
- this.$emit('chosen', date);
+ this.$root.$emit('warp', date);
},
func() {
if (this.props.design == 5) {