mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:39:29 +02:00
Removed console.log calls
This commit is contained in:
parent
c1b8180fce
commit
0213ec6d02
4 changed files with 1 additions and 4 deletions
|
@ -159,7 +159,6 @@ export default {
|
|||
// for half the height of the containers display area
|
||||
var scrollBack = (container.scrollHeight - container.scrollTop <= container.clientHeight) ? 0 : container.clientHeight / 2
|
||||
container.scrollTop = container.scrollTop - scrollBack
|
||||
console.log(container.scrollHeight - container.scrollTop, container.clientHeight)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue