Commit 65b11f73 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

modify grid value.

parent 2ff8ce6a
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
priv.updateElementCoordinate(element_id); priv.updateElementCoordinate(element_id);
}; };
jsPlumb.draggable(jsPlumb.getSelector(".window"), { jsPlumb.draggable(jsPlumb.getSelector(".window"), {
grid: [20, 20], grid: [10, 10],
stop: stop stop: stop
}); });
}; };
......
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