mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
debug
This commit is contained in:
@ -1897,9 +1897,9 @@ class App extends React.Component<AppProps, AppState> {
|
||||
}) => {
|
||||
const existingTextElement = this.getTextElementAtPosition(sceneX, sceneY);
|
||||
|
||||
if (!existingTextElement && !createTextIfNotExists) {
|
||||
return;
|
||||
}
|
||||
// if (!existingTextElement && !createTextIfNotExists) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
const parentCenterPosition =
|
||||
insertAtParentCenter &&
|
||||
|
Reference in New Issue
Block a user