mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
Correct cache reset for Konva.Transformer
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
this.detach();
|
||||
}
|
||||
this._node = node;
|
||||
this._clearCache(NODE_RECT);
|
||||
this._resetTransformCache();
|
||||
|
||||
node.on(TRANSFORM_CHANGE_STR, this._resetTransformCache.bind(this));
|
||||
node.on(
|
||||
|
||||
Reference in New Issue
Block a user