mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
a72902a104
@ -376,7 +376,7 @@ export class Stage extends Container<BaseLayer> {
|
||||
Util.warn(
|
||||
'The stage has ' +
|
||||
length +
|
||||
' layers. Recommended maximin number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group.'
|
||||
' layers. Recommended maximum number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group.'
|
||||
);
|
||||
}
|
||||
layer._setCanvasSize(this.width(), this.height());
|
||||
|
Loading…
Reference in New Issue
Block a user