mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Initial unstyled mentions state notifier context menu
This commit is contained in:
parent
9b318e8f61
commit
c89904bc25
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onBadgeClicked: function(e) {
|
||||
var Label = sdk.getComponent('elements.Label');
|
||||
var Label = sdk.getComponent('rooms.NotificationStateContextMenu');
|
||||
var elementRect = e.target.getBoundingClientRect();
|
||||
var x = elementRect.right;
|
||||
var y = elementRect.top + (elementRect.height / 2);
|
||||
|
@ -83,6 +83,7 @@ module.exports = React.createClass({
|
|||
ContextualMenu.createMenu(Label, {
|
||||
left: x,
|
||||
top: y,
|
||||
room: this.props.room,
|
||||
onFinished: function() {
|
||||
self.setState({menu: false});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue