disable image dragging
This commit is contained in:
parent
ac5c342317
commit
fc924d7277
1 changed files with 2 additions and 2 deletions
|
@ -839,8 +839,8 @@ $('#eraser').draggable(
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
//disable image dragging
|
||||||
|
window.ondragstart = function() { return false; }
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue