1. 15 Oct, 2015 1 commit
  2. 10 Oct, 2015 1 commit
  3. 01 Oct, 2015 3 commits
  4. 25 Sep, 2015 1 commit
  5. 24 Sep, 2015 1 commit
  6. 22 Sep, 2015 1 commit
    • Hixie's avatar
      Fix scrolling of Block. · 59f7e7f0
      Hixie authored
      Since our build function depends on scrollBehavior.isScrollable, any
      time we update scrollBehavior we are implicitly updating our state. As
      such, we must do so during a setState() call, or else we won't rebuild
      and might not bother to listen to the scroll gestures.
      
      This probably broke when we made Block not listen to gestures if it
      wasn't overflowing.
      59f7e7f0