We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961a83f commit f45cd81Copy full SHA for f45cd81
1 file changed
core/insertion_marker_manager.ts
@@ -179,11 +179,11 @@ export class InsertionMarkerManager {
179
*/
180
applyConnections() {
181
if (!this.activeCandidate) return;
182
- const {local, closest} = this.activeCandidate;
183
- local.connect(closest);
184
eventUtils.disable();
185
this.hidePreview();
186
eventUtils.enable();
+ const {local, closest} = this.activeCandidate;
+ local.connect(closest);
187
if (this.topBlock.rendered) {
188
const inferiorConnection = local.isSuperior() ? closest : local;
189
blockAnimations.connectionUiEffect(inferiorConnection.getSourceBlock());
0 commit comments