You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/hypothesis/frontend-shared/releases/tag/v6.5.0 adds a CloseableContext to the Dialog component, which allows nested components to access a close handler. We might consider adding a CloseableContext to other components that are inherently "close-able", such as Panel or ModalDialog.
The text was updated successfully, but these errors were encountered:
https://github.com/hypothesis/frontend-shared/releases/tag/v6.5.0 adds a
CloseableContext
to theDialog
component, which allows nested components to access a close handler. We might consider adding aCloseableContext
to other components that are inherently "close-able", such asPanel
orModalDialog
.The text was updated successfully, but these errors were encountered: