Skip to content

Commit

Permalink
Merge pull request #462 from EverythingMe/fix_codemirror_resize_issue
Browse files Browse the repository at this point in the history
Fix: refresh CodeMirror size when schema browser appears
  • Loading branch information
arikfr committed Jun 28, 2015
2 parents a0f4e26 + 723df51 commit 6c6c025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rd_ui/app/scripts/directives/query_directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@

additionalHints = _.unique(keywords);
}

codemirror.refresh();
});

$scope.$watch('syntax', function(syntax) {
Expand Down

0 comments on commit 6c6c025

Please sign in to comment.