Merge branch 'master' of https://github.com/primefaces/primevue
commit
558418030f
|
@ -367,6 +367,11 @@ export default {
|
||||||
},
|
},
|
||||||
showTime() {
|
showTime() {
|
||||||
this.updateCurrentMetaData();
|
this.updateCurrentMetaData();
|
||||||
|
},
|
||||||
|
months() {
|
||||||
|
if (this.overlay) {
|
||||||
|
setTimeout(this.updateFocus, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue