mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 20:04:52 +08:00
disable layer hit caching
This commit is contained in:
@@ -294,7 +294,7 @@ suite('Layer', function() {
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
test('hit graph caching', function() {
|
||||
test.skip('hit graph caching', function() {
|
||||
var stage = addStage();
|
||||
var layer = new Kinetic.Layer();
|
||||
var originGetImageData = layer.getHitCanvas().getContext().getImageData;
|
||||
|
Reference in New Issue
Block a user