clean up
This commit is contained in:
parent
82b14fc439
commit
ae810194ac
1 changed files with 0 additions and 2 deletions
|
|
@ -625,7 +625,6 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.showComposition = function(position) {
|
||||
console.log("show composition")
|
||||
if (!this.$composition) {
|
||||
this.$composition = document.createElement("div");
|
||||
this.$composition.className = "ace_composition";
|
||||
|
|
@ -639,7 +638,6 @@ var VirtualRenderer = function(container, theme) {
|
|||
style.top = pos.top + "px";
|
||||
style.left = (pos.left + this.$padding) + "px";
|
||||
style.height = this.lineHeight + "px";
|
||||
//style.width = this.characterWidth + "px";
|
||||
|
||||
this.hideCursor();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue