#806 resolve double tab to select timezone-issue

This commit is contained in:
lethemanh
2026-04-18 10:45:31 +07:00
parent d42fe1ce9f
commit d8c35c5c48
5 changed files with 44 additions and 19 deletions
+11
View File
@@ -41,6 +41,7 @@
"react-dom": "^18.2.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.23.1",
"react-virtuoso": "^4.18.5",
"redux-first-history": "^5.2.0",
"twake-i18n": "^0.3.0",
"web-vitals": "^2.1.4"
@@ -12616,6 +12617,16 @@
"react-dom": ">=16.6.0"
}
},
"node_modules/react-virtuoso": {
"version": "4.18.5",
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.18.5.tgz",
"integrity": "sha512-QDyNjyNEuurZG67SOmzYyxEkQYSyGmAMixOI6M15L/Q4CF39EgG+88y6DgZRo0q7rmy0HPx3Fj90I8/tPdnRCQ==",
"license": "MIT",
"peerDependencies": {
"react": ">=16 || >=17 || >= 18 || >= 19",
"react-dom": ">=16 || >=17 || >= 18 || >=19"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",