More CodeMirror fixes. #7268

Fix query tool autocomplete results when cursor is in between the SQL query. #7299
Fix an issue in query tool where custom keyboard shortcuts are not working for some. #7305
This commit is contained in:
Aditya Toshniwal
2024-03-23 18:22:06 +05:30
parent 25074e46b4
commit cc1ce09b73
12 changed files with 76 additions and 37 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-react": "^7.12.13",
"@codemirror/lang-sql": "^6.5.5",
"@codemirror/lang-sql": "^6.6.2",
"@date-io/core": "^1.3.6",
"@date-io/date-fns": "1.x",
"@emotion/sheet": "^1.0.1",