sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 7 forks source link

Toolbox Categories are always expanded by default #361

Open mariopesch opened 6 days ago

mariopesch commented 6 days ago

The toolbox categories are always expanded when loading blockly and user have to click twice to really expand the toolbox.

Problem is in blockly core as mentioned here: https://groups.google.com/g/blockly/c/Lu8FGCq-qK4 and here: https://github.com/google/blockly/issues/6940 and was fixed in Blockly v10. So the "simple" solution is to update google blockly to v10