Format fixes

This commit is contained in:
tugcekucukoglu 2024-01-05 10:04:17 +03:00
parent eab14f9795
commit 3cdac3b2f8

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