mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
stop triggering click and tap on short drag&drop. fix #784
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user