From 704b52c944da153933a060311bb0dc84b868b25c Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Thu, 31 Jan 2019 14:45:40 -0500 Subject: [PATCH] Make uploaded sprites not draggable --- src/lib/file-uploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/file-uploader.js b/src/lib/file-uploader.js index 12b503a20..74f3c64a8 100644 --- a/src/lib/file-uploader.js +++ b/src/lib/file-uploader.js @@ -206,7 +206,7 @@ const spriteUpload = function (fileData, fileType, spriteName, storage, handleSp size: 100, rotationStyle: 'all around', direction: 90, - draggable: true, + draggable: false, currentCostume: 0, blocks: {}, variables: {}, -- GitLab