[Glitch] Show compose form on delete & redraft when in mobile layout
Port 025fbb8285
to glitch-soc
This commit is contained in:
@ -70,11 +70,11 @@ export default class ActionBar extends React.PureComponent {
|
||||
}
|
||||
|
||||
handleDeleteClick = () => {
|
||||
this.props.onDelete(this.props.status);
|
||||
this.props.onDelete(this.props.status, this.context.router.history);
|
||||
}
|
||||
|
||||
handleRedraftClick = () => {
|
||||
this.props.onDelete(this.props.status, true);
|
||||
this.props.onDelete(this.props.status, this.context.router.history, true);
|
||||
}
|
||||
|
||||
handleDirectClick = () => {
|
||||
|
Reference in New Issue
Block a user