We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45cd81 commit 026e496Copy full SHA for 026e496
core/insertion_marker_manager.ts
@@ -186,11 +186,11 @@ export class InsertionMarkerManager {
186
local.connect(closest);
187
if (this.topBlock.rendered) {
188
const inferiorConnection = local.isSuperior() ? closest : local;
189
- blockAnimations.connectionUiEffect(inferiorConnection.getSourceBlock());
190
const rootBlock = this.topBlock.getRootBlock();
191
192
// bringToFront is incredibly expensive. Delay by at least a frame.
193
requestAnimationFrame(() => {
+ blockAnimations.connectionUiEffect(inferiorConnection.getSourceBlock());
194
setTimeout(() => {
195
rootBlock.bringToFront();
196
}, 0);
0 commit comments