You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In optimization mode, when there are multiple items to be blurred under one grandparent, we may unblur the grandparent by mistake if one item no longer needs to be blurred.
This issue has been handled for normal nodes via processNodeWithParent function and the set of blurredElements.
But we need to think whether an issue for inputs still exists.
In optimization mode, when there are multiple items to be blurred under one grandparent, we may unblur the grandparent by mistake if one item no longer needs to be blurred.
This issue has been handled for normal nodes via
processNodeWithParent
function and the set ofblurredElements
.But we need to think whether an issue for inputs still exists.
Need to create a test case for this:
The text was updated successfully, but these errors were encountered: