You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Initial pass of the tag menu, still lots of tweaking and bugfixing to do, but most of the mechanics are there now
This commit is contained in:
@@ -163,10 +163,10 @@ module.exports = React.createClass({
|
|||||||
top: y,
|
top: y,
|
||||||
room: this.props.room,
|
room: this.props.room,
|
||||||
onFinished: function() {
|
onFinished: function() {
|
||||||
self.setState({ roomTagMenu: false });
|
//self.setState({ roomTagMenu: false });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.setState({ roomTagMenu: true });
|
//this.setState({ roomTagMenu: true });
|
||||||
}
|
}
|
||||||
// Prevent the RoomTile onClick event firing as well
|
// Prevent the RoomTile onClick event firing as well
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user