MCPcopy
hub / github.com/anthonyshort/deku / blur

Function blur

docs/examples/events/index.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 setState({ hover: true })
13 }
14 function blur() {
15 setState({ hover: false })
16 }
17 var classes = {
18 'box': true,
19 'active': state.hover === true

Callers

nothing calls this directly

Calls 1

setStateFunction · 0.85

Tested by

no test coverage detected