MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / onModifyInputField

Function onModifyInputField

frontend/src/utility-functions/input.ts:242–244  ·  view source on GitHub ↗
(e: CustomEvent)

Source from the content-addressed store, hash-verified

240// Receives a custom event dispatched when the user begins interactively editing with the text tool.
241// We keep a copy of the text input element to check against when it's active for text entry.
242export function onModifyInputField(e: CustomEvent) {
243 textToolInteractiveInputElement = e.detail;
244}
245
246// Window events
247

Callers 1

input.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected