Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:43:42 -04:00
parent bd45322509
commit eb9a8e5174
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ function init(prefix) {
e.setAttribute("draggable", "true");
e.addEventListener("drag", function(ev) {
e.addEventListener("dragstart", function(ev) {
if(ev.shiftKey) {
rpl.translate(ev.offsetX, ev.offsetY);
ev.stopPropagation();