From 44660ce31340dc104ec3802ccdbac11bf8688a84 Mon Sep 17 00:00:00 2001 From: dwelle Date: Mon, 23 Aug 2021 23:00:06 +0200 Subject: [PATCH] debug --- src/components/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index cec67c902..ed967ee67 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1897,9 +1897,9 @@ class App extends React.Component { }) => { const existingTextElement = this.getTextElementAtPosition(sceneX, sceneY); - if (!existingTextElement && !createTextIfNotExists) { - return; - } + // if (!existingTextElement && !createTextIfNotExists) { + // return; + // } const parentCenterPosition = insertAtParentCenter &&