fix: removed autofocus on drawers

This commit is contained in:
2025-08-09 17:19:38 +04:00
parent 301821a682
commit 067094c78a
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ const BoardStatusesEditorDrawer: FC = () => {
removeScrollProps={{ allowPinchZoom: true }} removeScrollProps={{ allowPinchZoom: true }}
withCloseButton={false} withCloseButton={false}
opened={isEditorDrawerOpened} opened={isEditorDrawerOpened}
trapFocus={false}
styles={{ styles={{
body: { body: {
height: "100%", height: "100%",

View File

@ -50,6 +50,7 @@ const ProjectBoardsEditorDrawer: FC = () => {
removeScrollProps={{ allowPinchZoom: true }} removeScrollProps={{ allowPinchZoom: true }}
withCloseButton={false} withCloseButton={false}
opened={isEditorDrawerOpened} opened={isEditorDrawerOpened}
trapFocus={false}
styles={{ styles={{
body: { body: {
height: "100%", height: "100%",