mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 12:41:24 +02:00
add null-guard for stickerpickerWidget in StickerPicker
This commit is contained in:
parent
7bbb967ddd
commit
4850387ae0
@ -166,6 +166,7 @@ export default class Stickerpicker extends React.Component {
|
||||
}
|
||||
|
||||
_sendVisibilityToWidget(visible) {
|
||||
if (!this.state.stickerpickerWidget) return;
|
||||
const widgetMessaging = ActiveWidgetStore.getWidgetMessaging(this.state.stickerpickerWidget.id);
|
||||
if (widgetMessaging && visible !== this._prevSentVisibility) {
|
||||
widgetMessaging.sendVisibility(visible);
|
||||
|
Loading…
x
Reference in New Issue
Block a user