Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ onFocusOut
Function
onFocusOut
frontend/src/utility-functions/input.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
export
function
onFocusOut() {
277
canvasFocused = false;
278
}
279
280
function
detectShake(e: PointerEvent | MouseEvent): boolean {
281
const
SENSITIVITY_DIRECTION_CHANGES = 3;
Callers
1
input.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected