mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-14 08:56:16 +02:00
Initial unstyled mentions state notifier context menu
This commit is contained in:
parent
9b318e8f61
commit
c89904bc25
@ -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…
x
Reference in New Issue
Block a user