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