UNPKG

97 BJavaScriptView Raw
1export default function isSelectable(inputNode) {
2 return inputNode.selectionStart != null;
3}