fix: removed autofocus on drawers
This commit is contained in:
@ -50,6 +50,7 @@ const BoardStatusesEditorDrawer: FC = () => {
|
||||
removeScrollProps={{ allowPinchZoom: true }}
|
||||
withCloseButton={false}
|
||||
opened={isEditorDrawerOpened}
|
||||
trapFocus={false}
|
||||
styles={{
|
||||
body: {
|
||||
height: "100%",
|
||||
|
||||
Reference in New Issue
Block a user