Add new tests for WysiwygComposer
This commit is contained in:
parent
c9bf7da629
commit
50c29502e4
11 changed files with 774 additions and 357 deletions
|
@ -38,7 +38,7 @@ export function useWysiwygEditActionHandler(
|
|||
const context = payload.context ?? TimelineRenderingType.Room;
|
||||
|
||||
switch (payload.action) {
|
||||
case Action.FocusSendMessageComposer:
|
||||
case Action.FocusEditMessageComposer:
|
||||
focusComposer(composerElement, context, roomContext, timeoutId);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue