Function
handleDock
(event: MouseEvent & {currentTarget: HTMLImageElement})
Source from the content-addressed store, hash-verified
| 1015 | const handleClick = () => open('https://tinybase.org', '_blank'); |
| 1016 | const handleClose = () => props.s.setValue(OPEN_VALUE, false); |
| 1017 | const handleDock = (event: MouseEvent & {currentTarget: HTMLImageElement}) => |
| 1018 | props.s.setValue(POSITION_VALUE, number(event.currentTarget.dataset.id)); |
| 1019 | |
| 1020 | return ( |
| 1021 | <header> |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…