[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix: Focus back to codemirror editor on selecting column
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Agrawal <poush12@gmail.com>
  • Loading branch information
poush authored and nijel committed Mar 30, 2017
1 parent cf525c7 commit f89aafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@ function insertValueQuery()
/* CodeMirror support */
if (codemirror_editor) {
codemirror_editor.replaceSelection(columnsList);
codemirror_editor.focus();
//IE support
} else if (document.selection) {
myQuery.focus();
Expand Down

0 comments on commit f89aafe

Please sign in to comment.