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

Merge pull request #2400 from daiyam/tag-autocomplete-snippet

fix tag autocomplete in snippet note
This commit is contained in:
Junyoung Choi (Sai)
2018-10-01 01:50:00 +09:00
committed by GitHub

View File

@@ -759,6 +759,7 @@ class SnippetNoteDetail extends React.Component {
<TagSelect
ref='tags'
value={this.state.note.tags}
data={data}
onChange={(e) => this.handleChange(e)}
/>
</div>