- On Esc/click outside the "Are you sure you want to delete this post?" modal, now reverts back to the compose modal and retains any edited text

- Ctrl-Enter publishing also works in all of the compose modals
stable/1.0.x
crockwave 2020-05-27 16:30:42 -05:00
rodzic a85684835f
commit 25d7df6300
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,8 @@ class ModalRoot extends React.PureComponent {
onConfirm: () => onCancelReplyCompose(),
onCancel: () => onOpenModal('COMPOSE'),
});
} else if (composeText && type === 'CONFIRM') {
onOpenModal('COMPOSE');
} else {
this.props.onClose();
}