Fix opening the image context menu

This commit is contained in:
Tobias Fella
2021-03-24 14:45:09 +01:00
parent 05548bc8a9
commit e1327dfde0

View File

@@ -81,7 +81,7 @@ Image {
}
function openContextMenu() {
var contextMenu = imageDelegateContextMenu.createObject(root, {'room': currentRoom, 'author': author});
var contextMenu = imageDelegateContextMenu.createObject(root, {'room': currentRoom, 'author': author, 'message': message, 'eventId': eventId});
contextMenu.viewSource.connect(function() {
messageSourceSheet.createObject(ApplicationWindow.overlay, {"sourceText": toolTip}).open()
})