-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inspector (N changes)
indicator propagates upwards
#88814
Inspector (N changes)
indicator propagates upwards
#88814
Conversation
I would hold off propagating this through subresources, at least, not at the moment. |
6805ab7
to
90e57aa
Compare
Added additional logic that skips propagating out of sub-inspectors. |
Oh, so subresources being caught into the propagation were an unintentional consequence. I see. |
Ah, as it stands it just sums up the number of "revertable properties" from all child sections recursively, and shows the same |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current PR's behavior is a fairly safe bet for now, should've been like this a long while ago.
90e57aa
to
7a08b1f
Compare
Thanks! |
Fixes #78568
Sums up the number of "revertable properties" from all child sections recursively, and shows the same
(N changes)
marker as if it was change directly in the same section. Does not go across sub-resource boundaries for now.