Update sticker picker handling for new right panel actions
This commit is contained in:
parent
d8d8e59002
commit
eda712ece8
1 changed files with 1 additions and 2 deletions
|
@ -181,8 +181,7 @@ export default class Stickerpicker extends React.Component {
|
||||||
case "stickerpicker_close":
|
case "stickerpicker_close":
|
||||||
this.setState({showStickers: false});
|
this.setState({showStickers: false});
|
||||||
break;
|
break;
|
||||||
case "show_right_panel":
|
case "after_right_panel_phase_change":
|
||||||
case "hide_right_panel":
|
|
||||||
case "show_left_panel":
|
case "show_left_panel":
|
||||||
case "hide_left_panel":
|
case "hide_left_panel":
|
||||||
this.setState({showStickers: false});
|
this.setState({showStickers: false});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue