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 }}
withCloseButton={false}
opened={isEditorDrawerOpened}
trapFocus={false}
styles={{
body: {
height: "100%",