mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
fix: connection db error for insertion markers (#8109)
This commit is contained in:
@@ -154,6 +154,7 @@ export class InsertionMarkerPreviewer implements IConnectionPreviewer {
|
||||
};
|
||||
const originalOffsetInBlock = markerConn.getOffsetInBlock().clone();
|
||||
renderManagement.finishQueuedRenders().then(() => {
|
||||
if (marker.isDeadOrDying()) return;
|
||||
eventUtils.disable();
|
||||
try {
|
||||
// Position so that the existing block doesn't move.
|
||||
|
||||
Reference in New Issue
Block a user