Skip to content
Snippets Groups Projects
Unverified Commit fcf0f4e3 authored by Karishma Chadha's avatar Karishma Chadha Committed by GitHub
Browse files

Merge pull request #4465 from LLK/paulkaplan-patch-2

Make uploaded sprites not draggable
parents 865f4306 704b52c9
No related branches found
No related tags found
No related merge requests found
......@@ -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: {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment