Format fixes

pull/5037/head
tugcekucukoglu 2024-01-05 10:04:17 +03:00
parent eab14f9795
commit 3cdac3b2f8
1 changed files with 1 additions and 1 deletions

View File

@ -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);