Marina Zhurakhinskaya
454ca09575
Make individual dash panes reactive instead of making the dash Group actor reactive
The width of a Group actor ends up including the width of its hidden children, so we were getting a reactive object as wide as the details pane that was blocking the clicks to the workspaces underneath it even when the details pane was actually hidden. Not making the dash Group actor reactive solves this problem. However, we have to make individual parts of the dash reactive instead so that the clicks are not passed to the transparent actor underneath them. That transparent actor is used for dismissing the additional panes when the user clicks over the workspaces area.
The file is empty.
Description
Languages
C
49.2%
JavaScript
47.4%
SCSS
1.4%
Meson
0.8%
Python
0.6%
Other
0.4%