diff --git a/components/lib/sidebar/Sidebar.vue b/components/lib/sidebar/Sidebar.vue index 87e253cbe..2985ab20b 100755 --- a/components/lib/sidebar/Sidebar.vue +++ b/components/lib/sidebar/Sidebar.vue @@ -72,7 +72,7 @@ export default { onEnter() { this.$emit('show'); this.focus(); - this.bindDocumentKeyDownListener() + this.bindDocumentKeyDownListener(); if (this.autoZIndex) { ZIndexUtils.set('modal', this.mask, this.baseZIndex || this.$primevue.config.zIndex.modal);