element-portable/src/editor
Johannes Marbach d7677c7e21
Handle newlines in user pills (#11166)
* Handle newlines in user pills

Fixes: vector-im/element-web#10994

* Fix typo in comment

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>

* Refactor link generation for better readability

* Use `<br>` instead of `<br/>`

* Fix copy/paste error

---------

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-07-05 22:00:27 +00:00
..
autocomplete.ts Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
caret.ts Fix caret jump when backspacing into empty line at beginning of editor (#11128) 2023-06-23 15:24:05 +00:00
commands.tsx Refactor SlashCommands to not use MatrixClientPeg (#10905) 2023-05-25 16:29:48 +01:00
deserialize.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
diff.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
dom.ts Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
history.ts Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
model.ts Fix autocomplete not resetting properly on message send (#10741) 2023-04-28 13:31:02 +00:00
offset.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
operations.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
parts.ts Switch from grapheme-splitter to graphemer (#11037) 2023-06-05 14:39:46 +00:00
position.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
range.ts Fix strict strictNullChecks to src/editor/* (#10428 2023-03-23 13:35:55 +00:00
render.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
serialize.ts Handle newlines in user pills (#11166) 2023-07-05 22:00:27 +00:00