We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fba092 commit 2613a5eCopy full SHA for 2613a5e
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