Skip to content

fix: Fix bug that caused blocks to become disconnected when undoing deletions#9636

Open
gonfunko wants to merge 1 commit intomainfrom
delete-undo
Open

fix: Fix bug that caused blocks to become disconnected when undoing deletions#9636
gonfunko wants to merge 1 commit intomainfrom
delete-undo

Conversation

@gonfunko
Copy link
Contributor

The basics

The details

Resolves

Fixes #9616

Proposed Changes

This PR reverts part of #9563 which turns out to have been unnecessary and caused a bug whereby blocks would appear disconnected when deleting a block that was connected to another and then undoing. The original issue remains fixed with these changes.

@gonfunko gonfunko requested a review from maribethb March 16, 2026 22:52
@gonfunko gonfunko requested a review from a team as a code owner March 16, 2026 22:52
@github-actions github-actions bot added the PR: fix Fixes a bug label Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undoing the deletion of a connected block does not restore its outer connections

2 participants