()
| 53 | } |
| 54 | |
| 55 | canDrag() { |
| 56 | if (!spec.canDrag) { |
| 57 | return true; |
| 58 | } |
| 59 | |
| 60 | return spec.canDrag(this.props, this.monitor); |
| 61 | } |
| 62 | |
| 63 | isDragging(globalMonitor, sourceId) { |
| 64 | if (!spec.isDragging) { |
nothing calls this directly
no outgoing calls
no test coverage detected