pl-fe: try to fix media modal behavior after recent ports
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -67,7 +67,6 @@ const ModalRoot: React.FC = () => {
|
||||
const index = modals.length - 1;
|
||||
|
||||
const onClickClose = (type?: ModalType, all?: boolean) => {
|
||||
console.log('Closing modal:', type, all);
|
||||
switch (type) {
|
||||
case 'COMPOSE':
|
||||
dispatch(cancelReplyCompose());
|
||||
|
||||
Reference in New Issue
Block a user