Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ hover
Method
hover
packages/react-dnd/src/createTargetFactory.js:55–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
hover() {
56
if
(!spec.hover) {
57
return
;
58
}
59
60
spec.hover(this.props, this.monitor, this.component);
61
}
62
63
drop() {
64
if
(!spec.drop) {
Callers
3
handleTopDragEnter
Method · 0.45
handleTopDragOver
Method · 0.45
handleTopDrop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected