Backed out changeset e43b59849492 (bug 1552278) for debugger failure. CLOSED TREE

This commit is contained in:
Razvan Maries 2019-07-02 20:44:02 +03:00
Родитель 3d4a698edb
Коммит fd165b8d1b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ type ModalProps = {
handleClose: () => any,
};
export const transitionTimeout = 50;
export const transitionTimeout = 175;
export class Modal extends React.Component<ModalProps> {
onClick = (e: SyntheticEvent<HTMLElement>) => {