element-web/src/editor
Bruno Windels 64b171198c rerender through callback instead of after modifying model
this way rendering is centralized and we can better rerender
from interaction in the autocompleter
(we didn't have access to caret before)
2019-05-14 15:38:16 +01:00
..
autocomplete.js initial auto complete wrapper, make existing autocompleter work w/ model 2019-05-14 15:38:16 +01:00
caret.js remove logging 2019-05-14 15:38:16 +01:00
diff.js add converted prototype code 2019-05-14 15:38:16 +01:00
model.js rerender through callback instead of after modifying model 2019-05-14 15:38:16 +01:00
parse-event.js prefer textContent over innerText as it's faster 2019-05-14 15:38:16 +01:00
parts.js basic support for non-editable parts 2019-05-14 15:38:16 +01:00
render.js update the DOM manually as opposed through react rendering 2019-05-14 15:38:16 +01:00