Nathan Sobo
|
8148e4e50d
|
Skip selection restoration on our fork of react
|
2014-05-16 15:31:14 -06:00 |
|
Nathan Sobo
|
1a56b487a1
|
Stop propagation of input events to prevent react from doing extra work
React seems to be handling these events when they bubble to the root of
the document. We want to avoid wasting time on this.
|
2014-04-22 17:09:43 -06:00 |
|
Nathan Sobo
|
66f3f2d883
|
Add displayName to components
|
2014-04-22 17:09:42 -06:00 |
|
Nathan Sobo
|
95b24fb933
|
Position the hidden input on the most recent cursor when in view
We won't position the hidden input out of the scroll view's bounds to
prevent Chromium's autoscrolling behavior.
|
2014-04-22 17:09:40 -06:00 |
|
Nathan Sobo
|
f60f9b9f4f
|
Add 'is-focused' class to editor when hidden input is focused
|
2014-04-22 17:09:37 -06:00 |
|
Nathan Sobo
|
e24196c0ef
|
Require React directly rather than via reactionary
Reactionary is just a tiny helper library that can rely on the react
installed by the requiring application instead.
|
2014-04-22 17:09:36 -06:00 |
|
Nathan Sobo
|
9c2d321327
|
Break out selection, cursor, and input components
|
2014-04-22 17:09:02 -06:00 |
|