Add the image title text to zoomed images. Issue #1468

This commit is contained in:
Maurice Parker
2019-12-31 18:06:27 -07:00
parent 0d915333e6
commit c2d298b836
5 changed files with 20 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ async function imageWasClicked(img) {
x: rect.x,
y: rect.y,
width: rect.width,
height: rect.height
height: rect.height,
imageTitle: img.title
};
message.imageURL = reader.result;