From 6ca00494e10e5e20ce045d1ed053db5617ca33ce Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 5 Jan 2024 06:58:00 +0000 Subject: [PATCH] Code Format --- components/lib/sidebar/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);