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
Previously, clicking the arrow icon to expand a region in the nodes table
worked, but clicking the arrow to collapse did not. Instead, you had to
click elsewhere on the row to collapse the region.
This behaviour occurs since expandRowByClick is enabled on the table, and
so once the row is expanded, clicking the arrow to collapse triggers the
collapse and a subsequent expansion.
Fixes: #146676
Release note: None
0 commit comments