When clicking out of a modal that is popped-up, the ModalManager will unhide sibling nodes regardless of whether-or-not the sibling was hidden before the modal was popped-up. This causes nodes to become visible after clicking out of the modal.
Initial view before clicking into the modal:

Clicking into the modal:

Clicking out of the modal:

As you can see, there is a node that pops up that completely covers-up the interface.
Expected Behavior
- When clicking out of a modal, nodes that were hidden before the modal popped up should remain hidden.
When clicking out of a modal that is popped-up, the ModalManager will unhide sibling nodes regardless of whether-or-not the sibling was hidden before the modal was popped-up. This causes nodes to become visible after clicking out of the modal.
Initial view before clicking into the modal:

Clicking into the modal:

Clicking out of the modal:

As you can see, there is a node that pops up that completely covers-up the interface.
Expected Behavior