mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
revert perf fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
suite('Stage', function () {
|
||||
suite.only('Stage', function () {
|
||||
// ======================================================
|
||||
test('instantiate stage with id', function () {
|
||||
var container = Konva.document.createElement('div');
|
||||
@@ -828,7 +828,6 @@ suite('Stage', function () {
|
||||
var clicks = 0;
|
||||
|
||||
stage.on('click', function () {
|
||||
debugger;
|
||||
clicks += 1;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user