cloneSelected() Since: 1.3.5
Clones the current range.
Syntax
var range = instance.cloneSelected();
Return
Type: Range
Will return null
if there is no current selection to clone.
Clones the current range.
var range = instance.cloneSelected();
Type: Range
Will return null
if there is no current selection to clone.