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

feat(config): add ablility to opt out of fetch url

This commit is contained in:
Georges Indrianjafy
2018-02-04 13:58:02 +02:00
parent 9b54272f8e
commit 56d6eb7077
6 changed files with 19 additions and 2 deletions

View File

@@ -566,6 +566,7 @@ class SnippetNoteDetail extends React.Component {
indentSize={editorIndentSize}
keyMap={config.editor.keyMap}
scrollPastEnd={config.editor.scrollPastEnd}
fetchUrlTitle={config.editor.fetchUrlTitle}
onChange={(e) => this.handleCodeChange(index)(e)}
ref={'code-' + index}
/>