From 92612fc616a00b7d81c2e64a0eded62ecc6a2829 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 1 Mar 2018 19:01:45 +0000 Subject: [PATCH] Fix modals closing with unsaved changes when clicking the close button, and added a shortcut to force close a modal by holding shift and clicking the close button --- client/src/ui/components/common/Modal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/ui/components/common/Modal.vue b/client/src/ui/components/common/Modal.vue index 7bc8b0cb..0fe83c87 100644 --- a/client/src/ui/components/common/Modal.vue +++ b/client/src/ui/components/common/Modal.vue @@ -16,8 +16,8 @@ {{headerText}} -
- +
+