Skip to content

Commit 41db3e2

Browse files
authored
Merge pull request scratchfoundation#2379 from kchadha/enable-comments
Enable comments.
2 parents f9cfa15 + 7d53e10 commit 41db3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/blocks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Blocks.defaultOptions = {
445445
fieldShadow: 'rgba(255, 255, 255, 0.3)',
446446
dragShadowOpacity: 0.6
447447
},
448-
comments: false,
448+
comments: true,
449449
collapse: false,
450450
sounds: false
451451
};

0 commit comments

Comments
 (0)