forked from DebaucheryLibrarian/traxxx
Auto-shrinking pagination. Various Teen Core Club curations.
This commit is contained in:
@@ -77,7 +77,7 @@ function mounted() {
|
||||
window.addEventListener('resize', this.updateScroll);
|
||||
|
||||
this.updateScroll();
|
||||
setTimeout(() => this.updateScroll(), 50); // allow CSS to calculate
|
||||
setTimeout(() => this.updateScroll(), 150); // allow CSS to calculate
|
||||
}
|
||||
|
||||
function beforeDestroy() {
|
||||
|
||||
Reference in New Issue
Block a user