Skip to content

Commit 151996d

Browse files
committed
[#95] add todo on copy image
1 parent 983898d commit 151996d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/ui/preview-card/preview-card.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ const copyCode = () => {
121121
changeVisibleControls(false);
122122
123123
if (eventRef.value) {
124+
// TODO: fix console error on copy
124125
toBlob(eventRef.value as HTMLElement)
125126
.then((blob) => {
126127
if (blob) {

0 commit comments

Comments
 (0)