mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-11 13:34:50 -05:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user