mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
debug
This commit is contained in:
parent
ac00b4ef2b
commit
44660ce313
1 changed files with 3 additions and 3 deletions
|
@ -1897,9 +1897,9 @@ class App extends React.Component<AppProps, AppState> {
|
||||||
}) => {
|
}) => {
|
||||||
const existingTextElement = this.getTextElementAtPosition(sceneX, sceneY);
|
const existingTextElement = this.getTextElementAtPosition(sceneX, sceneY);
|
||||||
|
|
||||||
if (!existingTextElement && !createTextIfNotExists) {
|
// if (!existingTextElement && !createTextIfNotExists) {
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
const parentCenterPosition =
|
const parentCenterPosition =
|
||||||
insertAtParentCenter &&
|
insertAtParentCenter &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue