Remove orphan console.log.
This commit is contained in:
parent
c5e73db9f1
commit
58c6884c83
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ export default {
|
||||||
myModalEl.addEventListener('show.bs.modal', function (event) {
|
myModalEl.addEventListener('show.bs.modal', function (event) {
|
||||||
self.currentFooterAndHeaderHeight = self.getFooterInfoBoxHeight() + 72;
|
self.currentFooterAndHeaderHeight = self.getFooterInfoBoxHeight() + 72;
|
||||||
self.isActive = true;
|
self.isActive = true;
|
||||||
console.log("scroll!!!");
|
|
||||||
document.querySelector('.page-container-grouped-styles').scrollTo({
|
document.querySelector('.page-container-grouped-styles').scrollTo({
|
||||||
top: 0, behavior: 'smooth'
|
top: 0, behavior: 'smooth'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue