3 lines
No EOL
81 B
JavaScript
3 lines
No EOL
81 B
JavaScript
export function getSelectionStart(element) {
|
|
return element.selectionStart;
|
|
} |