K1llsh0t
Results
1
issues of
K1llsh0t
**Following part modified to get proper position** getSelectionPositions: function(){ _if (!this.context.selection){ return { start: this.byteToChars(0), end: this.byteToChars(this.context.text.length) }; };_ return { start: this.byteToChars( Math.min(this.context.anchor, this.context.pos) ), end: this.byteToChars( Math.max(this.context.anchor, this.context.pos)...