From 84f18ced475bbbc2c11af620e0fe7bb4893fb2f7 Mon Sep 17 00:00:00 2001 From: voidSatisfaction Date: Tue, 7 Nov 2017 23:07:39 +0900 Subject: [PATCH] fix: pintotop error --- browser/main/NoteList/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 0135e626..04ec9ff6 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -66,6 +66,7 @@ class NoteList extends React.Component { this.handleNoteListKeyUp = this.handleNoteListKeyUp.bind(this) this.deleteNote = this.deleteNote.bind(this) this.focusNote = this.focusNote.bind(this) + this.pinToTop = this.pinToTop.bind(this) // TODO: not Selected noteKeys but SelectedNote(for reusing) this.state = {