react-konva
Advanced tools
Comparing version 0.6.6 to 0.6.7
{ | ||
"name": "react-konva", | ||
"description": "React binding to canvas element via Konva framework", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react", |
@@ -82,6 +82,6 @@ // Adapted from ReactART: | ||
removeChild: function(child, node) { | ||
child._mountImage.node.destroy(); | ||
var layer = child._mountImage.node.getLayer(); | ||
layer && layer.batchDraw(); | ||
child._mountImage = null; | ||
var layer = child._mountImage.node.getLayer(); | ||
child._mountImage.node.destroy(); | ||
layer && layer.batchDraw(); | ||
child._mountImage = null; | ||
}, | ||
@@ -162,2 +162,6 @@ | ||
componentWillReceiveProps: function() { | ||
}, | ||
componentDidUpdate: function(oldProps) { | ||
@@ -164,0 +168,0 @@ var node = this.node; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15565
322