Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e42f8c0c77
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue