Fix input freeze on sending message (#343)
This commit is contained in:
parent
47cd87e653
commit
2308578622
2 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function ViewSource() {
|
|||
onRequestClose={() => setIsOpen(false)}
|
||||
contentOptions={<IconButton src={CrossIC} onClick={() => setIsOpen(false)} tooltip="Close" />}
|
||||
>
|
||||
{event && renderViewSource()}
|
||||
{event ? renderViewSource() : <div />}
|
||||
</PopupWindow>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue