UNPKG

@thoughtbot/trix-mentions-element

Version:

Activates a suggestion menu to embed attachments as you type.

5 lines (4 loc) 189 B
export default function textFieldSelectionPosition(field, index) { const indexWithinRange = Math.max(0, index - 1); return field.editor.getClientRectAtPosition(indexWithinRange); }