settings/SettingsDrawer: work around tooltip bug

This commit is contained in:
David Lechner
2022-03-16 13:07:10 -05:00
parent 45d4491312
commit f17e32af61
+2
View File
@@ -105,6 +105,8 @@ const SettingsDrawer: React.VoidFunctionComponent<SettingsProps> = ({
size={DrawerSize.SMALL}
title={i18n.translate(SettingsStringId.Title)}
onClose={onClose}
// work around https://github.com/palantir/blueprint/issues/5169
shouldReturnFocusOnClose={false}
>
<div className={Classes.DRAWER_BODY}>
<div className={Classes.DIALOG_BODY}>