Fix file menu
Pass file menu eventSource rather than source and htmlText
This commit is contained in:
@@ -609,10 +609,11 @@ ColumnLayout {
|
|||||||
const contextMenu = fileDelegateContextMenu.createObject(root, {
|
const contextMenu = fileDelegateContextMenu.createObject(root, {
|
||||||
author: root.author,
|
author: root.author,
|
||||||
eventId: root.eventId,
|
eventId: root.eventId,
|
||||||
source: root.jsonSource,
|
eventSource: root.jsonSource,
|
||||||
file: file,
|
file: file,
|
||||||
progressInfo: root.progressInfo,
|
progressInfo: root.progressInfo,
|
||||||
plainText: root.plainText,
|
plainText: root.plainText,
|
||||||
|
htmlText: root.display,
|
||||||
connection: root.connection,
|
connection: root.connection,
|
||||||
});
|
});
|
||||||
contextMenu.open();
|
contextMenu.open();
|
||||||
|
|||||||
Reference in New Issue
Block a user