From 16ccaf88519baa07801df698a70b404a0e88e798 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Wed, 26 Oct 2016 14:59:11 +0200 Subject: [PATCH] Fix #1215. Removed Animation from confirm modal (#1216) Set animation false by default in confirm modal. --- web/client/components/maps/modals/ConfirmModal.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/client/components/maps/modals/ConfirmModal.jsx b/web/client/components/maps/modals/ConfirmModal.jsx index 677252c19e..fdf71ee2e3 100644 --- a/web/client/components/maps/modals/ConfirmModal.jsx +++ b/web/client/components/maps/modals/ConfirmModal.jsx @@ -39,7 +39,9 @@ const ConfirmModal = React.createClass({ return { onConfirm: ()=> {}, onClose: () => {}, - options: {}, + options: { + animation: false + }, className: "", useModal: true, closeGlyph: "",