pull/7129/head
tugcekucukoglu 2025-01-21 11:28:18 +03:00
parent ee12f40984
commit 54d2d30a78
2 changed files with 2 additions and 2 deletions

View File

@ -564,6 +564,7 @@ export default {
outsideClickListener: null,
resizeListener: null,
matchMediaListener: null,
matchMediaOrientationListener: null,
overlay: null,
input: null,
previousButton: null,
@ -571,7 +572,6 @@ export default {
timePickerTimer: null,
preventFocus: false,
typeUpdate: false,
matchMediaOrientationListener: null,
data() {
return {
currentMonth: null,

View File

@ -221,13 +221,13 @@ export default {
scrollHandler: null,
resizeListener: null,
labelClickListener: null,
matchMediaOrientationListener: null,
overlay: null,
list: null,
virtualScroller: null,
searchTimeout: null,
searchValue: null,
isModelValueChanged: false,
matchMediaOrientationListener: null,
data() {
return {
clicked: false,