element-web/src/editor
J. Ryan Stinnett 7ad8eeb906 Fix composer touch bar flickering on keypress in Chrome
This changes our selection state handling to leave things alone if the browser's
state already matches what we want. This avoids strange side effects like the
touch bar flickering on each key press in Chrome.

Fixes https://github.com/vector-im/riot-web/issues/9299
2020-03-04 14:35:11 +00:00
..
autocomplete.js Add alt_aliases to room completion candidates 2020-02-21 13:02:41 +01:00
caret.js Fix composer touch bar flickering on keypress in Chrome 2020-03-04 14:35:11 +00:00
deserialize.js Improve trailing spurious breaks + tests 2020-01-22 13:37:27 +00:00
diff.js document return type 2019-07-30 12:34:30 +02:00
dom.js Fix "decend" typo 2019-10-13 14:31:32 +03:00
history.js ensure step before formatting is persisted in undo history 2019-09-06 11:20:24 +02:00
model.js Merge pull request #3393 from matrix-org/bwindels/cider-fix-lastcaret 2019-09-06 09:22:10 +00:00
offset.js move quote formatting out of react component 2019-09-04 16:40:34 +02:00
operations.js Add comment for operations loop 2020-01-23 11:22:22 +00:00
parts.js Merge pull request #4102 from matrix-org/bwindels/aliasautocomplete 2020-02-24 12:18:07 +00:00
position.js Assume the position is at the end when the offset has no last part 2020-01-15 21:05:00 -07:00
range.js make _replaceRange internal only 2019-09-04 16:40:34 +02:00
render.js fix bug that prevented a line from being removed when undoing a newline 2019-08-01 11:28:40 +02:00
serialize.js Revert "Fix escaped markdown passing backslashes through" 2020-02-24 11:27:22 +00:00