Merge pull request #225 from sosedoff/reset-query-rows
Remove table rows when switching to custom query view
This commit is contained in:
commit
92729f26df
File diff suppressed because one or more lines are too long
@ -489,6 +489,10 @@ function showTableStructure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showQueryPanel() {
|
function showQueryPanel() {
|
||||||
|
if (!$("#table_query").hasClass("selected")) {
|
||||||
|
resetTable();
|
||||||
|
}
|
||||||
|
|
||||||
setCurrentTab("table_query");
|
setCurrentTab("table_query");
|
||||||
editor.focus();
|
editor.focus();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user