IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 449 | 449 | // Start to build the text range. |
| 450 | 450 | var textRng = body.$.createTextRange(); |
| 451 | 451 | textRng.moveToPoint( evt.x, evt.y ); |
| 452 | | textRng.select(); |
| 453 | 452 | |
| 454 | 453 | html.on( 'mousemove', onHover ); |
| 455 | 454 | |
| … |
… |
|
| 457 | 456 | { |
| 458 | 457 | html.removeListener( 'mousemove', onHover ); |
| 459 | 458 | evt.removeListener(); |
| | 459 | |
| | 460 | // Make it in effect on mouse up. (#9022) |
| 460 | 461 | textRng.select(); |
| 461 | | textRng = null; |
| 462 | 462 | } ); |
| 463 | 463 | } |
| 464 | 464 | }); |