• 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
Name
Last commit
Last update
..
animation Loading commit data...
engine Loading commit data...
examples Loading commit data...
fn3 Loading commit data...
gestures Loading commit data...
harness Loading commit data...
rendering Loading commit data...
services Loading commit data...
widget Loading commit data...