You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Fix emoji picker for editing thread responses (#8671)
This commit is contained in:
committed by
GitHub
parent
20fd68b902
commit
b4d657b21f
@@ -883,6 +883,8 @@ export class RoomView extends React.Component<IRoomProps, IRoomState> {
|
||||
if (payload.composerType) break;
|
||||
|
||||
let timelineRenderingType: TimelineRenderingType = payload.timelineRenderingType;
|
||||
// ThreadView handles Action.ComposerInsert itself due to it having its own editState
|
||||
if (timelineRenderingType === TimelineRenderingType.Thread) break;
|
||||
if (this.state.timelineRenderingType === TimelineRenderingType.Search &&
|
||||
payload.timelineRenderingType === TimelineRenderingType.Search
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user