client/src/components/NotesList.js
changeset 161 a642639dbc07
parent 158 964438ef8401
child 168 ea92f4fe783d
--- a/client/src/components/NotesList.js	Mon Oct 08 03:30:54 2018 +0200
+++ b/client/src/components/NotesList.js	Mon Oct 08 04:09:19 2018 +0200
@@ -21,12 +21,6 @@
     }
   }
 
-  // componentDidUpdate(prevProps) {
-  //   if (this.props.notes.size > prevProps.notes.size) {
-  //   this.node.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"})
-  //   }
-  // }
-
   componentWillMount() {
     Modal.setAppElement('body');
 }