stop triggering click and tap on short drag&drop. fix #784

This commit is contained in:
Anton Lavrenov
2019-11-12 15:10:36 -05:00
parent 680ea026d8
commit 67d5e362e8
6 changed files with 1444 additions and 58 deletions

View File

@@ -14,7 +14,8 @@ suite('Text', function() {
});
// ======================================================
test('check text with FALSY values', function() {
// TODO: what is the best UX here?
test.skip('check text with FALSY values', function() {
var stage = addStage();
var layer = new Konva.Layer();