Skip to content

Commit

Permalink
rm redundant dirty flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Mar 24, 2024
1 parent 39e3732 commit 4e061da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LayoutManager/LayoutManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ export class LayoutManager {
target: parent,
});
}
// if this is nested is also going to invalidate everything else up
target.set('dirty', true);
}

dispose() {
Expand Down

0 comments on commit 4e061da

Please sign in to comment.