revert perf fix

This commit is contained in:
Anton Lavrenov
2020-09-14 14:30:03 -05:00
parent 9bd68eacf1
commit fa33896e6b
6 changed files with 1344 additions and 68 deletions

View File

@@ -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;
});