You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Update sticker picker handling for new right panel actions
This commit is contained in:
@@ -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});
|
||||||
|
|||||||
Reference in New Issue
Block a user