mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Cleanup
This commit is contained in:
parent
3231c569ed
commit
2c22533039
1 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,7 @@ export default {
|
|||
},
|
||||
bindResizeListener() {
|
||||
if (!this.resizeListener) {
|
||||
this.resizeListener = (event) => {
|
||||
console.log('x');
|
||||
this.resizeListener = () => {
|
||||
if (this.visible) {
|
||||
this.visible = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue