File tree Expand file tree Collapse file tree
src/controllers/organisms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ To work on the CSS and Javascript and have the bundle files update as you
2222change the source files, you'll need to do two extra things:
2323
24241 . Link the react sdk package into the example:
25- ` cd matrix-react-sdk/example ; npm link .. `
25+ ` cd matrix-react-sdk/examples/trivial ; npm link ../../ `
26262 . Start a watcher for the CSS files:
2727 ` cd matrix-react-sdk; npm run start:css `
2828
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ module.exports = {
9898 componentDidMount : function ( ) {
9999 if ( this . refs . messageList ) {
100100 var messageUl = this . refs . messageList . getDOMNode ( ) ;
101+
102+ messageUl . addEventListener ( 'drop' , handleDrop ) ;
103+
101104 messageUl . scrollTop = messageUl . scrollHeight ;
102105
103106 this . fillSpace ( ) ;
You can’t perform that action at this time.
0 commit comments