MCPcopy Create free account
hub / github.com/editablejs/editable / clearMentionTriggerData

Function clearMentionTriggerData

packages/plugins/mention/src/weak-map.ts:19–21  ·  view source on GitHub ↗
(editor: Editor)

Source from the content-addressed store, hash-verified

17}
18
19export const clearMentionTriggerData = (editor: Editor) => {
20 MENTION_TRIGGER_DATA_WEAK_MAP.delete(editor)
21}

Callers 1

closeMentionDecorateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…