mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Format fixes
This commit is contained in:
parent
eab14f9795
commit
3cdac3b2f8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue