Skip to content

Commit

Permalink
chore(editor): resolve lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Antogin committed Feb 5, 2018
1 parent d9d46cd commit c42ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/components/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default class CodeEditor extends React.Component {
}
}

handlePasteUrl(e, editor, pastedTxt){
handlePasteUrl (e, editor, pastedTxt) {
e.preventDefault()
const taggedUrl = '[' + pastedTxt + ']'
editor.replaceSelection(taggedUrl)
Expand Down

0 comments on commit c42ac1d

Please sign in to comment.