Make getSelection()['start'] the default value for [Number Start] · Issue #18 · timdown/rangyinputs · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the Start argument in insertText() and related functions was optional and defaulted to .getSelection()['start']
So one would not have to do
$('#foo').insertText('Bar', $('#foo').getSelection()['start']);
but simply
$('#foo').insertText('Bar');
to insert at current caret position.
The text was updated successfully, but these errors were encountered: