Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/realdennis/md2pdf
/ dragStart
Function
dragStart
src/App/Components/Markdown/DragBar.js:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
const
UnwrappedDragBar = ({ className, setDrag, setStartX }) => {
6
const
dragStart = e => {
7
const
{ nativeEvent } = e;
8
const
offsetX = nativeEvent.offsetX;
9
setStartX(offsetX);
10
};
11
return
(
12
<div
13
className={className}
Callers
1
UnwrappedDragBar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected