()
| 1014 | const position = useValue(POSITION_VALUE, props.s); |
| 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…