YahooArchive / fluxible-router

MOVED TO FLUXIBLE REPO
104 stars 26 forks source link

Disabling scrollTop functionality between navigations #113

Closed nitoo7 closed 8 years ago

nitoo7 commented 8 years ago

Hi,

I would like to set 'enableScroll' in handleHistory to false so that scroll position is maintained. Could someone tell me how i could do that?

lingyan commented 8 years ago

hi @nitoo7 I just updated the example code snippet in API doc to show how to do that: https://github.com/yahoo/fluxible/blob/master/packages/fluxible-router/docs/api/handleHistory.md#example-usage

Let me know if any more questions. Thanks!

nitoo7 commented 8 years ago

Thanks a lot. It worked :)

lingyan commented 8 years ago

Glad to hear! 👍