Current behavior:
Currently, folders are omitted during keyboard navigation in the desktop GUI because onClick event for folders are attached to a non-interactive element (div).
Desired behavior:
It should be possible to interact with folders (collapsing/expanding) with a keyboard.
Steps to reproduce: (app code and test code)
See the gif below. Folders don't participate in keyboard navigation.

Current behavior:
Currently, folders are omitted during keyboard navigation in the desktop GUI because
onClickevent for folders are attached to a non-interactive element (div).Desired behavior:
It should be possible to interact with folders (collapsing/expanding) with a keyboard.
Steps to reproduce: (app code and test code)
See the gif below. Folders don't participate in keyboard navigation.