Skip to content

Commit 98ae62c

Browse files
committed
fixup! Implemented modals without dependencies
1 parent 675b60b commit 98ae62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/components/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const Dialog = ({
119119
if (activeElement.current instanceof HTMLElement) {
120120
activeElement.current.focus();
121121
}
122-
}, 100);
122+
}, 0);
123123
};
124124
}, []);
125125

0 commit comments

Comments
 (0)