Added ability to delete selected text for SQL editor (#2265)

* refactored state mgmt for query console

* changes files

* lint fixes

* teams e2e test were flaky

* lint fixes

* fixed bug for observer running query, run again button

* fixed inconsistent query body change

* disabled refetch on window focus

* added ability to delete selected sql text
This commit is contained in:
Martavis Parker
2021-09-28 12:57:47 -07:00
committed by GitHub
parent 8ab5c27621
commit fba8bcb70b
3 changed files with 47 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
- Added ability to delete highlighted (or all) content from SQL editor