Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -96,6 +96,7 @@
|
|
| 96 |
if (target.files.length > 0) {
|
| 97 |
const href = URL.createObjectURL(target.files[0]);
|
| 98 |
clearImageCanvas();
|
|
|
|
| 99 |
drawImageCanvas(href);
|
| 100 |
setImageEmbeddings(href);
|
| 101 |
togglePointMode(false);
|
|
|
|
| 96 |
if (target.files.length > 0) {
|
| 97 |
const href = URL.createObjectURL(target.files[0]);
|
| 98 |
clearImageCanvas();
|
| 99 |
+
copyImageURL = href;
|
| 100 |
drawImageCanvas(href);
|
| 101 |
setImageEmbeddings(href);
|
| 102 |
togglePointMode(false);
|