Export togglePanel effect #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "export-toggle-panel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to be able to find out whether the search panel is currently open.
The smallest change needed to the core package, as here, is to export
togglePaneland watch it for changes.Another approach would be to export a new function that returns
trueif the panel is currently open.Closing as I found a better way to do this, using the
createPaneloption to use a custom panel withmountanddestroymethods that can be used to track the panel's state.Pull request closed