This website requires JavaScript.
Explore
Help
Register
Sign In
Jika
/
element-web
Watch
1
Star
0
Fork
0
You've already forked element-web
Code
Issues
Pull Requests
Projects
Wiki
Activity
Files
4fc23022f435e193793f56c09abe46e6bd4814d9
element-web
/
src
/
editor
History
Bruno Windels
4fc23022f4
remove all non-first-br nodes on new empty line, not just first one
...
nextSibling returned null after calling removeNode, so get the nextSibling first
2019-05-28 10:01:16 +02:00
..
autocomplete.js
port tab completion from MessageComposerInput
2019-05-24 12:38:01 +02:00
caret.js
maintain caret at current line when position is on newline part
2019-05-24 18:54:29 +02:00
deserialize.js
Decend into P & DIV elements while parsing a message.
2019-05-22 16:19:07 +02:00
diff.js
…
dom.js
…
model.js
dont jump to next part when inserting at *start* of uneditable part
2019-05-24 10:08:47 +02:00
parts.js
make consecutive :/@/# separate pill candidates
2019-05-24 12:38:19 +02:00
render.js
remove all non-first-br nodes on new empty line, not just first one
2019-05-28 10:01:16 +02:00
serialize.js
…