separate bounds x/y

This commit is contained in:
Shpuld Shpuldson 2020-02-17 10:14:06 +02:00
commit 10fc666a49
5 changed files with 3 additions and 108 deletions

View file

@ -19,7 +19,6 @@ const StatusPopover = {
if (!this.status) {
this.$store.dispatch('fetchStatus', this.statusId)
}
console.log(this.$el.offsetParent)
}
}
}