Skip to content

Commit 380aa45

Browse files
Merge branch 'develop' into develop-builds
2 parents 6bed3f1 + aa7a08e commit 380aa45

File tree

4 files changed

+64
-55
lines changed

4 files changed

+64
-55
lines changed

core/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,5 +1862,5 @@ Blockly.Block.prototype.setDuplicateOnDrag = function(value) {
18621862
* @return {boolean} True if this block can duplicate on drag.
18631863
*/
18641864
Blockly.Block.prototype.canDuplicateOnDrag = function() {
1865-
return this.duplicateOnDrag_ && this.isShadow();
1865+
return this.duplicateOnDrag_ === true && this.isShadow();
18661866
};

0 commit comments

Comments
 (0)