We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f0cba commit c141fafCopy full SHA for c141faf
src/containers/blocks.jsx
@@ -95,7 +95,7 @@ class Blocks extends React.Component {
95
this.ScratchBlocks.statusButtonCallback = this.handleConnectionModalStart;
96
this.ScratchBlocks.recordSoundCallback = this.handleOpenSoundRecorder;
97
98
- // this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
+ this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
99
this.ScratchBlocks.ScratchProcedures.externalProcedureDefCallback = this.props.onActivateCustomProcedures;
100
this.ScratchBlocks.ScratchMsgs.setLocale(this.props.locale);
101
0 commit comments