UNPKG

react-selectable-fast

Version:

Enable other React components to be selectable by drawing a box with your mouse/touch

13 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isNodeInRoot(node, root) { while (node) { if (node === root) { return true; } node = node.parentNode; } return false; } exports.isNodeInRoot = isNodeInRoot; //# sourceMappingURL=nodeInRoot.js.map