From a6fe4e019654897e4b8d910352f46971f4be9024 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Sat, 30 Mar 2019 17:15:05 -0300 Subject: [PATCH] fix(modal); fix exiting fade animation on backdrop --- src/components/modal/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js index ed623cc52c9..27e626ae5f3 100644 --- a/src/components/modal/modal.js +++ b/src/components/modal/modal.js @@ -998,7 +998,7 @@ export default { ) // Modal Backdrop let backdrop = h(false) - if (!this.hideBackdrop && (this.is_visible || this.is_transitioning)) { + if (!this.hideBackdrop && (this.is_visible || this.is_transitioning || this.is_block)) { backdrop = h( 'div', {