mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Fixed problem with not being able to manually scroll after navigating to a tiddler
This commit is contained in:
		| @@ -102,7 +102,9 @@ PageScroller.prototype.scrollIntoView = function(event) { | |||||||
| 			} | 			} | ||||||
| 			t = $tw.utils.slowInSlowOut(t); | 			t = $tw.utils.slowInSlowOut(t); | ||||||
| 			window.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t); | 			window.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t); | ||||||
| 			self.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame); | 			if(t < 1) { | ||||||
|  | 				self.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame); | ||||||
|  | 			} | ||||||
| 		}; | 		}; | ||||||
| 		drawFrame(); | 		drawFrame(); | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston