1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36: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 <TagSelect
ref='tags' ref='tags'
value={this.state.note.tags} value={this.state.note.tags}
data={data}
onChange={(e) => this.handleChange(e)} onChange={(e) => this.handleChange(e)}
/> />
</div> </div>