Merge remote-tracking branch 'nisargjhaveri/console_focus_end'
This commit is contained in:
commit
8620242e68
@ -582,6 +582,9 @@ var PMA_consoleInput = {
|
||||
if (queryString !== false) {
|
||||
PMA_consoleInput._historyCount = nextCount;
|
||||
PMA_consoleInput.setText(queryString, 'console');
|
||||
if (PMA_consoleInput._codemirror) {
|
||||
editor.setCursor(editor.lineCount(), 0);
|
||||
}
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user