Add the right click menu for image delegates in fullscreen mode
Add the right click menu for image delegates in fullscreen mode BUG: 455147
This commit is contained in:
@@ -91,10 +91,11 @@ TimelineContainer {
|
||||
onTapped: {
|
||||
fullScreenImage.createObject(parent, {
|
||||
filename: eventId,
|
||||
source: model.mediaUrl,
|
||||
source: mediaUrl,
|
||||
blurhash: model.content.info["xyz.amorgan.blurhash"],
|
||||
imageWidth: content.info.w,
|
||||
imageHeight: content.info.h
|
||||
imageHeight: content.info.h,
|
||||
modelData: model
|
||||
}).showFullScreen();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user