element-web/src/components
J. Ryan Stinnett ccd4dee0d2 Isolate rich text notifications from other input changes
The step that would notify parent components of rich text state changes was
stirred into the input's change handler, which leads to race which the parent is
sometimes notified of the old rich text state instead of the new.

Here we avoid this complication by using a separate path for sending the rich
text state when we know we have updated it correctly.
2019-02-22 15:18:24 +00:00
..
structures Merge pull request #2675 from jryans/default-hs-to-form 2019-02-22 10:19:53 +00:00
views Isolate rich text notifications from other input changes 2019-02-22 15:18:24 +00:00