1
0
Fork 0

saving the image

This commit is contained in:
Alexander Yakovlev 2017-12-16 13:12:32 +07:00
parent aab70ad7bc
commit 2137eb6b41

View file

@ -39,6 +39,10 @@ jQuery(document).on("dragend", function(ev) {
ev.stopPropagation();
ev.preventDefault();
});
jQuery(document).on("contextmenu", function(ev) {
jQuery("#canvase").css("z-index", 10);
jQuery(".upper-canvas").css("z-index", 0);
});
jQuery(document).on("dragenter", function(ev) {
ev.stopPropagation();
ev.preventDefault();