1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46: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

@@ -159,6 +159,7 @@ class NoteDetail extends React.Component {
indentSize={editorIndentSize}
keyMap={config.editor.keyMap}
scrollPastEnd={config.editor.scrollPastEnd}
fetchUrlTitle={config.editor.fetchUrlTitle}
readOnly
ref={'code-' + index}
/>