1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Junyoung Choi
2020-03-04 05:34:35 +09:00
parent 5693b6d0f5
commit a27ddd7490

View File

@@ -1226,4 +1226,9 @@ MarkdownPreview.propTypes = {
breaks: PropTypes.bool
}
export default connect()(MarkdownPreview)
export default connect(
null,
null,
null,
{ forwardRef: true }
)(MarkdownPreview)