• Ian Hickson's avatar
    Prevent event dispatch from happening during reassemble. (#11459) · 00e135d8
    Ian Hickson authored
    It was previously possible for event dispatch to occurr during the
    brief window where the tree had been marked dirty but before it had
    been relaid out by reassemble, which would cause assertions to fire if
    someone did a hot reload while touching the device.
    00e135d8
binding.dart 28.2 KB