Update sticker picker handling for new right panel actions

pull/21833/head
Travis Ralston 2019-12-05 23:30:26 -07:00
parent d8d8e59002
commit eda712ece8
1 changed files with 1 additions and 2 deletions

View File

@ -181,8 +181,7 @@ export default class Stickerpicker extends React.Component {
case "stickerpicker_close":
this.setState({showStickers: false});
break;
case "show_right_panel":
case "hide_right_panel":
case "after_right_panel_phase_change":
case "show_left_panel":
case "hide_left_panel":
this.setState({showStickers: false});