Skip to content

Commit c141faf

Browse files
gonfunkosebjacobs
authored andcommitted
fix: reenable the Scratch colour eyedropper
1 parent 51f0cba commit c141faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/blocks.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Blocks extends React.Component {
9595
this.ScratchBlocks.statusButtonCallback = this.handleConnectionModalStart;
9696
this.ScratchBlocks.recordSoundCallback = this.handleOpenSoundRecorder;
9797

98-
// this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
98+
this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
9999
this.ScratchBlocks.ScratchProcedures.externalProcedureDefCallback = this.props.onActivateCustomProcedures;
100100
this.ScratchBlocks.ScratchMsgs.setLocale(this.props.locale);
101101

0 commit comments

Comments
 (0)