element-web/src/editor
Bruno Windels 00d81eece9 don't accept @/#/: as part of command, allow to create pill candidate
so if you type these 3 characters, you get the correct autocomplete
2019-09-02 11:26:20 +02:00
..
autocomplete.js only pass keyboard to autocomplete when it has selections 2019-09-02 11:25:29 +02:00
caret.js
deserialize.js
diff.js
dom.js don't ignore BR elements when converting to editor dom to text 2019-08-29 13:00:31 +02:00
history.js
model.js still convert \n to NewlinePart when pasting/dropping 2019-08-29 13:00:31 +02:00
offset.js fix bug when replacing range starting at end of previous part 2019-08-28 15:52:39 +02:00
parts.js don't accept @/#/: as part of command, allow to create pill candidate 2019-09-02 11:26:20 +02:00
position.js fix bug when replacing range starting at end of previous part 2019-08-28 15:52:39 +02:00
range.js
render.js
serialize.js