mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update StyleClass.js
This commit is contained in:
parent
265a45622a
commit
ca49de6898
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ const StyleClass = BaseStyleClass.extend('styleclass', {
|
|||
target.$p_styleclass_documentlistener = (event) => {
|
||||
if (!this.isVisible(target) || getComputedStyle(target).getPropertyValue('position') === 'static') {
|
||||
this.unbindDocumentListener(target);
|
||||
} else if (isOutsideClick(event, target, el)) {
|
||||
} else if (this.isOutsideClick(event, target, el)) {
|
||||
this.leave(target, binding);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue