Skip to content

Instantly share code, notes, and snippets.

@sakshstore
Created September 2, 2022 09:27
Show Gist options
  • Save sakshstore/fb95e8c653410ebcb4e4f733c7b575ae to your computer and use it in GitHub Desktop.
Save sakshstore/fb95e8c653410ebcb4e4f733c7b575ae to your computer and use it in GitHub Desktop.
const getSelectedText = () => window.getSelection().toString();
// Usage
getSelectedText(); // Selected text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment