From 46692f44bbcc8cf7d8e10f66bca27eb95d9e90b4 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Wed, 26 Oct 2016 14:21:17 +0200 Subject: [PATCH] Fix #1215. Removed Animation from confirm modal 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: "",