diff --git a/components/sidebar/Sidebar.vue b/components/sidebar/Sidebar.vue index 952015997..3de123e81 100755 --- a/components/sidebar/Sidebar.vue +++ b/components/sidebar/Sidebar.vue @@ -97,7 +97,7 @@ export default { onLeave() { this.$emit('hide'); - if (this.modal && !this.fullScreen) { + if (this.modal) { this.disableModality(); } },