mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 09:07:30 +08:00
fix #164 prepend # to colorKey so that events work again in non webit browsers
This commit is contained in:
@@ -362,7 +362,7 @@ Test.Modules.MANUAL = {
|
||||
layer.add(star);
|
||||
stage.add(layer);
|
||||
|
||||
//document.body.appendChild(layer.bufferCanvas.element)
|
||||
showHit(layer);
|
||||
},
|
||||
'EVENTS - drag events click': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
|
||||
Reference in New Issue
Block a user