chore: fix modal close on escape
This commit is contained in:
@@ -51,6 +51,7 @@ const PreferencesViewWrapper: FunctionComponent<PreferencesViewWrapperProps> = (
|
||||
isOpen={viewControllerManager.preferencesController.isOpen}
|
||||
ref={setElement}
|
||||
animationVariant="horizontal"
|
||||
close={viewControllerManager.preferencesController.closePreferences}
|
||||
>
|
||||
<PreferencesView
|
||||
closePreferences={viewControllerManager.preferencesController.closePreferences}
|
||||
|
||||
Reference in New Issue
Block a user