Commit 221b1618 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix drag&drop containment.

parent 45fec358
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
dream_instance = Dream(configuration); dream_instance = Dream(configuration);
dream_instance.start(); dream_instance.start();
$(".tool").draggable({ $(".tool").draggable({
containment: '#render', containment: '#main',
opacity: 0.7, opacity: 0.7,
helper: "clone", helper: "clone",
cursorAt: { cursorAt: {
......
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