Skip to content
Snippets Groups Projects
Commit 3e87e043 authored by David Baker's avatar David Baker
Browse files

Fix docs

parent d49c10b3
Branches master
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ To work on the CSS and Javascript and have the bundle files update as you
change the source files, you'll need to do two extra things:
1. Link the react sdk package into the example:
`cd matrix-react-sdk/example; npm link ..`
`cd matrix-react-sdk/examples/trivial; npm link ../../`
2. Start a watcher for the CSS files:
`cd matrix-react-sdk; npm run start:css`
......
......@@ -98,6 +98,9 @@ module.exports = {
componentDidMount: function() {
if (this.refs.messageList) {
var messageUl = this.refs.messageList.getDOMNode();
messageUl.addEventListener('drop', handleDrop);
messageUl.scrollTop = messageUl.scrollHeight;
this.fillSpace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment