Index: trunk/extensions/VisualEditor/modules/ve/ce/ve.ce.Surface.js |
— | — | @@ -760,7 +760,7 @@ |
761 | 761 | cursorAt = selection.start; |
762 | 762 | } |
763 | 763 | this.documentView.renderContent(); |
764 | | - this.showCursorAt(cursorAt); |
| 764 | + this.showCursor(cursorAt); |
765 | 765 | var _this = this; |
766 | 766 | setTimeout( function() { |
767 | 767 | _this.poll.prevText = _this.poll.prevHash = _this.poll.prevOffset = _this.poll.node = null; |
— | — | @@ -819,7 +819,7 @@ |
820 | 820 | this.model.getDocument().getRelativeContentOffset( selection.to, 1 ); |
821 | 821 | } |
822 | 822 | this.documentView.renderContent(); |
823 | | - this.showCursorAt(selection.to); |
| 823 | + this.showCursor(selection.to); |
824 | 824 | var _this = this; |
825 | 825 | setTimeout( function() { |
826 | 826 | _this.poll.prevText = _this.poll.prevHash = _this.poll.prevOffset = _this.poll.node = null; |