|
před 2 týdny | |
---|---|---|
.. | ||
example | před 2 týdny | |
.npmignore | před 2 týdny | |
README.md | před 2 týdny | |
index.js | před 2 týdny | |
package.json | před 2 týdny |
Simple module exposing function that deselects current browser selection and returns function that restores selection.
var deselect = require('toggle-selection');
var reselect = deselect(); // remove all selection
// …
// do something with current selection, text, etc;
// …
reselect(); // restore selection
All credits go to @shvaikalesh.