mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
settings/SettingsDrawer: work around tooltip bug
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user