Ticket #8322: 8322_2.patch
File 8322_2.patch, 564 bytes (added by , 13 years ago) |
---|
-
_source/plugins/selection/plugin.js
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
915 915 } 916 916 } 917 917 918 return { container : container, offset : -distance};918 return { container : parent, offset : 0 }; 919 919 } 920 920 // Test range was one offset beyond OR behind the anchored text node. 921 921 else