mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Update CodeEditor.js - Forgot curly brace
Forgot curly brace when merging master
This commit is contained in:
@@ -269,6 +269,7 @@ export default class CodeEditor extends React.Component {
|
||||
if (this.props.onScroll) {
|
||||
this.props.onScroll(e)
|
||||
}
|
||||
}
|
||||
|
||||
handlePasteUrl (e, editor, pastedTxt) {
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user