CHange new arrow creation

This commit is contained in:
Mark Tolmacs 2025-09-02 13:57:27 +02:00
parent 4438137a57
commit aa7351f649
No known key found for this signature in database

View File

@ -1006,7 +1006,7 @@ class App extends React.Component<AppProps, AppState> {
}); });
}); });
} }
} else if (!this.bindModeHandler) { } else if (!this.bindModeHandler && !this.state.newElement) {
// We are hovering a bindable element // We are hovering a bindable element
this.bindModeHandler = setTimeout(effector, BIND_MODE_TIMEOUT); this.bindModeHandler = setTimeout(effector, BIND_MODE_TIMEOUT);
} }