mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
refactored drag and drop a bit and fixed a dependency bug
This commit is contained in:
@@ -767,7 +767,7 @@ Test.Modules.MANUAL = {
|
||||
|
||||
layer.add(redCircle);
|
||||
stage.add(layer);
|
||||
},
|
||||
},
|
||||
'DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
|
||||
Reference in New Issue
Block a user