Commit 9aae27dd authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix dragend for bar

parent 8f4087cb
...@@ -866,7 +866,7 @@ ...@@ -866,7 +866,7 @@
.transition().duration(100) .transition().duration(100)
.style('opacity', 0) .style('opacity', 0)
.remove() .remove()
main.selectAll('.target-circle') main.selectAll('.target-circle, .target-bar')
.classed('_i_', false) .classed('_i_', false)
dragging = false dragging = false
// TODO: add callback here // TODO: add callback here
......
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