From 92d9c6d778312daad7421cc0f26dc77ef0c3d3e2 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 30 Oct 2023 19:04:10 -0500 Subject: [PATCH] trying flip --- test/sandbox.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sandbox.html b/test/sandbox.html index 4b19f3695..38171c6d3 100644 --- a/test/sandbox.html +++ b/test/sandbox.html @@ -51,6 +51,7 @@ const tr = new Konva.Transformer({ nodes: [circle], + flipEnabled: false, }); layer.add(tr);