Initial pass of the tag menu, still lots of tweaking and bugfixing to do, but most of the mechanics are there now

pull/21833/head
wmwragg 2016-08-08 16:55:27 +01:00
parent 5b812fead9
commit 75e1277961
1 changed files with 2 additions and 2 deletions

View File

@ -163,10 +163,10 @@ module.exports = React.createClass({
top: y,
room: this.props.room,
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
e.stopPropagation();