mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
deprecate some methods
This commit is contained in:
@@ -909,7 +909,6 @@ describe('DragAndDrop', function () {
|
||||
]
|
||||
);
|
||||
});
|
||||
// TODO: try to move two shapes on different stages
|
||||
|
||||
it('can stop drag on dragstart without changing position later', function () {
|
||||
var stage = addStage();
|
||||
|
||||
@@ -30,8 +30,6 @@ describe('Text', function () {
|
||||
assert.equal(layer.getContext().getTrace(), trace);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
// TODO: what is the best UX here?
|
||||
it('check text with FALSY values', function () {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
|
||||
@@ -385,7 +385,6 @@ describe('TouchEvents', function () {
|
||||
);
|
||||
|
||||
// now try to make two touches at the same time
|
||||
// TODO: should we trigger touch end first?
|
||||
simulateTouchStart(
|
||||
stage,
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user