1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix linting

This commit is contained in:
AWolf81
2020-02-19 00:29:54 +01:00
parent 1d570df129
commit e55f1e0308

View File

@@ -242,7 +242,7 @@ function getSourceLineNumberByElement(element) {
}
class MarkdownPreview extends React.Component {
constructor (props) {
constructor(props) {
super(props)
this.contextMenuHandler = e => this.handleContextMenu(e)