Merge pull request #4922 from mempool/mononaut/actually-fix-sticky-button
Actually fix sticky button
This commit is contained in:
		
						commit
						b35422ff9f
					
				@ -398,7 +398,7 @@ export class AcceleratePreviewComponent implements OnInit, OnDestroy, OnChanges
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  @HostListener('window:scroll', ['$event']) // for window scroll events
 | 
					  @HostListener('window:scroll', ['$event']) // for window scroll events
 | 
				
			||||||
  onScroll() {
 | 
					  onScroll() {
 | 
				
			||||||
    if (this.estimate && this.user && !this.cashappCTA?.nativeElement) {
 | 
					    if (this.estimate && !this.cashappCTA?.nativeElement) {
 | 
				
			||||||
      setTimeout(() => {
 | 
					      setTimeout(() => {
 | 
				
			||||||
        this.onScroll();
 | 
					        this.onScroll();
 | 
				
			||||||
      }, 200);
 | 
					      }, 200);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user