From 74862116486c24c32f2ff9415122b1b57d12e532 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 16 Nov 2019 20:35:58 -0500 Subject: [PATCH] fixing typo --- src/Stage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());