diff --git a/src/Stage.ts b/src/Stage.ts index 97590296..c2758461 100644 --- a/src/Stage.ts +++ b/src/Stage.ts @@ -376,7 +376,7 @@ export class Stage extends Container { 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());