Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
139
Issues
139
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
4f1ab90d47950088c692be910432a447bb3d96bf
4f1ab90d47950088c692be910432a447bb3d96bf
Switch branch/tag
purescript-gargantext
src
Gargantext
Utils
Selection.js
Find file
Normal view
History
Permalink
Selection.js
78 Bytes
Edit
Web IDE
Newer
Older
Add Gargantext.Utils.Selection for working with Text Selection
2a5de574
James Laver
committed
5 years ago
1
exports
.
_getSelection
=
function
()
{
return
window
.
getSelection
()
||
null
;
};