Code Format

pull/5037/head
GitHub Actions Bot 2024-01-05 06:58:00 +00:00
parent eab14f9795
commit 6ca00494e1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export default {
onEnter() { onEnter() {
this.$emit('show'); this.$emit('show');
this.focus(); this.focus();
this.bindDocumentKeyDownListener() this.bindDocumentKeyDownListener();
if (this.autoZIndex) { if (this.autoZIndex) {
ZIndexUtils.set('modal', this.mask, this.baseZIndex || this.$primevue.config.zIndex.modal); ZIndexUtils.set('modal', this.mask, this.baseZIndex || this.$primevue.config.zIndex.modal);