Better positioning for inline calendar

pull/1751/head
Cagatay Civici 2021-11-11 18:07:55 +03:00
parent ac4aa0ac68
commit 6c556624e0
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ export default {
mounted() {
if (this.inline && !this.$attrs.disabled) {
this.initFocusableCell();
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
}
},
updated() {