How would you put a block from a class in a specific group? Whenever I try to do this, the group becomes the first group shown in blocks, even if it’s not supposed to be. How would I stop this from happening?
Example of how I put block from class into a group:
class Example {
//% group="ExampleGroup"
//% blockCombine
classproperty: any
}