Skip to content

Commit

Permalink
Make really sure that completion box height is set
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartcl committed Jun 6, 2012
1 parent d477d59 commit c13dc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins-client/ext.language/complete.js
Expand Up @@ -207,6 +207,7 @@ module.exports = {
ref : cursorLayer.cursor,
callback : function() {
barCompleterCont.setHeight(completionBoxHeight);
barCompleterCont.$ext.style.height = completionBoxHeight + "px";
sbCompleter.$resize();
_self.completionElement.scrollTop = 0;
}
Expand Down

0 comments on commit c13dc08

Please sign in to comment.