UNPKG

qtsd-fork

Version:

Do not use this please

12 lines (9 loc) 158 B
export default class DragSource { canDrag() { return true } isDragging(monitor, handle) { return handle === monitor.getSourceId() } endDrag() {} }