Index: trunk/parsers/wikidom/lib/hype/views/es.SurfaceView.js |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | var position = es.Position.newFromEventPagePosition( e ), |
86 | 86 | offset = this.documentView.getOffsetFromEvent( e ), |
87 | 87 | nodeView = this.documentView.getNodeFromOffset( offset, false ); |
88 | | - this.showCursor( offset, position.left > nodeView.$.offset().left + nodeView.$.width() / 2 ); |
| 88 | + this.showCursor( offset, position.left > nodeView.$.offset().left ); |
89 | 89 | if ( !this.$input.is( ':focus' ) ) { |
90 | 90 | this.$input.focus().select(); |
91 | 91 | } |