Commit b1868368 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

set cursorAt option in draggable tool element.

parent 2896eac8
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
$(".tool").draggable({ $(".tool").draggable({
opacity: 0.7, opacity: 0.7,
helper: "clone", helper: "clone",
cursorAt: {top: 0, left: 0},
stop: function (tool) { stop: function (tool) {
var box_top, box_left, _class; var box_top, box_left, _class;
var offset = $("#render").offset(); var offset = $("#render").offset();
......
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