Skip to content

Commit

Permalink
fix: reenable the Scratch colour eyedropper
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Apr 24, 2024
1 parent df207e4 commit a7b1a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/blocks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Blocks extends React.Component {
this.ScratchBlocks.statusButtonCallback = this.handleConnectionModalStart;
this.ScratchBlocks.recordSoundCallback = this.handleOpenSoundRecorder;

// this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
this.ScratchBlocks.FieldColourSlider.activateEyedropper_ = this.props.onActivateColorPicker;
this.ScratchBlocks.ScratchProcedures.externalProcedureDefCallback = this.props.onActivateCustomProcedures;
this.ScratchBlocks.ScratchMsgs.setLocale(this.props.locale);

Expand Down

0 comments on commit a7b1a10

Please # to comment.