Commit b92778d4 authored by Jérome Perrin's avatar Jérome Perrin

add a FIXME comment for drag & drop of new stations

parent 8c57895a
......@@ -212,7 +212,7 @@
jsPlumb.draggable(jsPlumb.getSelector(".window"), {
containment: 'parent',
grid: [10, 10],
stop: stop
stop: stop // FIXME: we should only accept if dropped in #main
});
jsPlumb.makeSource(jsPlumb.getSelector(".window"), {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment