ome drag&drop fixes

This commit is contained in:
Anton Lavrenov
2018-07-03 11:03:06 +07:00
parent 1c863ae389
commit e518e64935
7 changed files with 50 additions and 27 deletions

View File

@@ -597,7 +597,7 @@
});
},
/**
* remove self from parent, but don't destroy
* remove self from parent, but don't destroy. You can reuse node later.
* @method
* @memberof Konva.Node.prototype
* @returns {Konva.Node}
@@ -624,7 +624,7 @@
return this;
},
/**
* remove and destroy self
* remove and destroy a node. Kill it forever! You should not reuse node after destroy().
* @method
* @memberof Konva.Node.prototype
* @example