mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix ref
This commit is contained in:
@@ -1226,4 +1226,9 @@ MarkdownPreview.propTypes = {
|
|||||||
breaks: PropTypes.bool
|
breaks: PropTypes.bool
|
||||||
}
|
}
|
||||||
|
|
||||||
export default connect()(MarkdownPreview)
|
export default connect(
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
{ forwardRef: true }
|
||||||
|
)(MarkdownPreview)
|
||||||
|
|||||||
Reference in New Issue
Block a user