mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +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) {
|
if (this.props.onScroll) {
|
||||||
this.props.onScroll(e)
|
this.props.onScroll(e)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
handlePasteUrl (e, editor, pastedTxt) {
|
handlePasteUrl (e, editor, pastedTxt) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user