Selection.js 77 Bytes EditWeb IDE 1 2 3 export function _getSelection() { return window.getSelection() || null; };