Closed Gleethos closed 1 week ago
Instead of a ComponentListener, these changes move over to an AncestorListener, which seems to have the expected behavior...
ComponentListener
AncestorListener
I added an example for testing this. It also works for tab contents, so I think this is the solution we are looking for.
Instead of a
ComponentListener
, these changes move over to anAncestorListener
, which seems to have the expected behavior...I added an example for testing this. It also works for tab contents, so I think this is the solution we are looking for.