element-portable/src/components/views/rooms/wysiwyg_composer
alunturner e4ebcf5731
Handle more completion types in rte autocomplete (#10560)
* handle at-room

* remove console log

* update and add tests

* tidy up

* refactor to switch statement

* fix TS error

* expand tests

* consolidate similar if/else if blocks
2023-04-14 09:09:38 +00:00
..
components Handle more completion types in rte autocomplete (#10560) 2023-04-14 09:09:38 +00:00
hooks Handle command completions in RTE (#10521) 2023-04-10 12:47:42 +00:00
utils Handle more completion types in rte autocomplete (#10560) 2023-04-14 09:09:38 +00:00
ComposerContext.ts Open message in editing mode when keyboard up is pressed (RTE) (#10079) 2023-02-03 17:43:02 +01:00
DynamicImportWysiwygComposer.tsx Handle command completions in RTE (#10521) 2023-04-10 12:47:42 +00:00
EditWysiwygComposer.tsx Conform more of the codebase to strictNullChecks (#10505 2023-04-05 09:02:40 +01:00
index.ts Improve switching between rich and plain editing modes (#9776) 2023-01-04 12:57:09 +00:00
SendWysiwygComposer.tsx Open message in editing mode when keyboard up is pressed (RTE) (#10079) 2023-02-03 17:43:02 +01:00
types.ts Fix link creation with backward selection (#9986) 2023-01-26 10:08:23 +00:00