mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 18:19:10 +00:00
remove log whoops
This commit is contained in:
parent
5cf1574fdb
commit
5a8a428c15
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const Popover = {
|
|||
methods: {
|
||||
containerBoundingClientRect () {
|
||||
const container = this.boundToSelector ? document.querySelector(this.boundToSelector) : this.$el.offsetParent
|
||||
console.log('test', container)
|
||||
return container.getBoundingClientRect()
|
||||
},
|
||||
updateStyles () {
|
||||
|
|
Loading…
Reference in a new issue