1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Update CodeEditor.js - Forgot curly brace

Forgot curly brace when merging master
This commit is contained in:
Sander Steenhuis
2018-02-21 19:17:38 +01:00
committed by GitHub
parent f16b054f01
commit 9047320301

View File

@@ -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()