Skip to content

Commit 18e2baf

Browse files
authored
Update blocks.jsx
1 parent ec585b0 commit 18e2baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/blocks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ class Blocks extends React.Component {
643643
title,
644644
width: Number(scale.width), height: Number(scale.height),
645645
enterInfo, closeInfo
646-
});
646+
}});
647647

648648
return document.querySelector(`div[class="ReactModalPortal"] div[class*="prompt_body_"]`);
649649
}

0 commit comments

Comments
 (0)