Skip to content

Commit 8a07ab7

Browse files
authored
custom-procedures.jsx -- test for goog to save processing & fix colors
1 parent 1f840e0 commit 8a07ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/custom-procedures.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {connect} from 'react-redux';
88
import Color from './custom-procedures-util/color.js';
99

1010
function createHeavyColorFromHex(hex, percentage) {
11+
console.log(ScratchBlocks);
1112
const rgb = Color.hexToRgb(hex);
1213
const hsv = Color.rgbToHsv(rgb);
1314

0 commit comments

Comments
 (0)