feat: Show connection lines when holding down on handle
This commit is contained in:
@@ -103,8 +103,6 @@ export function onMouseDown(
|
||||
// when react-flow is used inside a shadow root we can't use document
|
||||
const doc = getHostForElement(event.target as HTMLElement);
|
||||
|
||||
console.log(doc);
|
||||
|
||||
if (!doc) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user