UNPKG

atitor

Version:

♏ 一款现代化 Markdown 编辑器

9 lines (7 loc) 223 B
import {selectIsEditor} from "./selection"; export const getSelectText = (editor: HTMLElement, range?: Range) => { if (selectIsEditor(editor, range)) { return getSelection().toString(); } return ""; };