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

@@ -261,6 +261,7 @@ class MarkdownEditor extends React.Component {
displayLineNumbers={config.editor.displayLineNumbers}
scrollPastEnd={config.editor.scrollPastEnd}
storageKey={storageKey}
fetchUrlTitle={config.editor.fetchUrlTitle}
onChange={(e) => this.handleChange(e)}
onBlur={(e) => this.handleBlur(e)}
/>