element-web/src/editor
Bruno Windels 5d184b3f77 reuse mx_Pill styles for editor pills to avoid style duplication
the avatar style code is still different though,
as it's implemented differently

This also prevents updating the css variables when not needed,
which caused the avatar to flicker when updating the editor.
2019-05-21 12:19:35 +02:00
..
autocomplete.js undo thinko of passing current room as pill room 2019-05-20 15:33:54 +02:00
caret.js find caret offset and calculate editor text in same tree-walking algo 2019-05-14 15:38:16 +01:00
deserialize.js undo thinko of passing current room as pill room 2019-05-20 15:33:54 +02:00
diff.js add converted prototype code 2019-05-14 15:38:16 +01:00
dom.js fix lint 2019-05-14 15:49:53 +01:00
model.js prevent zero-length removals from deleting uneditable parts 2019-05-16 19:14:24 +01:00
parts.js reuse mx_Pill styles for editor pills to avoid style duplication 2019-05-21 12:19:35 +02:00
render.js PR feedback, cleanup 2019-05-15 09:46:08 +01:00
serialize.js also serialize to text and method to tell us if we need html for model 2019-05-14 15:38:16 +01:00