mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
drag&drop multitouch
This commit is contained in:
@@ -841,6 +841,11 @@ suite('Transformer', function() {
|
||||
assert.equal(tr.isTransforming(), false);
|
||||
|
||||
assert.equal(tr.getNode(), undefined);
|
||||
|
||||
stage.simulateMouseUp({
|
||||
x: 100,
|
||||
y: 60
|
||||
});
|
||||
});
|
||||
|
||||
test('can add padding', function() {
|
||||
|
||||
Reference in New Issue
Block a user