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

Merge pull request #1509 from Antogin/feat/display-url-title

Feat/display url title
This commit is contained in:
Junyoung Choi (Sai)
2018-02-21 16:33:34 +09:00
committed by GitHub
7 changed files with 72 additions and 22 deletions

View File

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