Skip to content

Commit f4032c4

Browse files
committed
fixup! Move zoomed image
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 81aa90e commit f4032c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Images.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export default {
170170
dragStart(event) {
171171
// cursor hack
172172
event.dataTransfer.effectAllowed = 'move'
173-
event.target.style.cursor = 'move'
174173
this.dragX = event.pageX
175174
this.dragY = event.pageY
176175
this.dragging = true
@@ -221,6 +220,7 @@ img {
221220
max-height: none;
222221
max-width: none;
223222
z-index: 10000;
223+
cursor: move;
224224
}
225225
226226
&.dragging {

0 commit comments

Comments
 (0)