toggle-selection
toggle-selection copied to clipboard
Remove user selection and then get it back on
If user selects text in disabled textarea (and probably input as well) in Firefox (104.0.2 in my case), this function doesn't deselect it. It is pretty nasty in combination with...
Would you be open to publishing this as standard JS modules? Since this package is designed to be used in browsers it would help with converting dependencies so that they...
Supposedly a fix for #7
Failing in IE11 due to missing check for null in this line https://github.com/sudodoki/toggle-selection/blob/gh-pages/index.js#L14