Skip to content

Commit 0421700

Browse files
committed
Don't allow images in Images example to be native draggable b/c it gets in the way of experimenting with UI
1 parent 37679f6 commit 0421700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/helpers/dynamic-image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function dynamicImage([imageSrc], hash) {
3030
img.setAttribute('class', className);
3131
}
3232
img.src = imageSrc;
33+
img.draggable = false;
3334
return img;
3435
}
3536
}

0 commit comments

Comments
 (0)