mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fix linting
This commit is contained in:
@@ -242,7 +242,7 @@ function getSourceLineNumberByElement(element) {
|
||||
}
|
||||
|
||||
class MarkdownPreview extends React.Component {
|
||||
constructor (props) {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
|
||||
this.contextMenuHandler = e => this.handleContextMenu(e)
|
||||
|
||||
Reference in New Issue
Block a user