fix: removed autofocus on drawers
This commit is contained in:
@ -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%",
|
||||||
|
|||||||
@ -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%",
|
||||||
|
|||||||
Reference in New Issue
Block a user