Skip to content
Snippets Groups Projects
Commit 9f5d92e3 authored by Robin Leber's avatar Robin Leber
Browse files

FIX: auskommentierte und nicht benutze Sachen gelöscht

parent 3a4d8ce1
No related branches found
No related tags found
No related merge requests found
import "./style.css";
import { v4 as uuidv4 } from "uuid";
import { jsPlumb } from "jsplumb";
import { INTERCEPT_BEFORE_DROP, EVENT_DRAG_START } from "@jsplumb/browser-ui";
import { INTERCEPT_BEFORE_DROP } from "@jsplumb/browser-ui";
import { isConnectionAllowed } from "./functions/isConnectionAllowed";
import { initContextmenu } from "./functions/contextmenu";
import { createEndpoints } from "./functions/createEndpoint";
......@@ -35,11 +35,6 @@ function App() {
},
});
// instance.bind(EVENT_DRAG_START, function (info) {
// console.log("HI");
// console.log(info);
// });
// Überprüft ob die Connection valide ist
instance.bind(INTERCEPT_BEFORE_DROP, function (info) {
var source = document.getElementById(info.sourceId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment