We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1976e36 commit eeef8e8Copy full SHA for eeef8e8
src/components/ApiDocs/display/ApiModal.tsx
@@ -90,7 +90,8 @@ export const ApiModal = ({
90
setTimeout(() => {
91
ref?.current?.focus();
92
}, 0);
93
-
+ }
94
+
95
if (typeof window != 'undefined') {
96
window.onclick = function (event) {
97
if (event.target.className.includes('api-modal-container--open')) {
0 commit comments