WarpedWartWars
WarpedWartWars
>okay, if you're me, you just have to type `s` then Enter I have the same thing, except it goes straight to /snap/snap.html
I'm going to go check which blocks don't have help screens. Edit: Here they all are:  (how do I make the image smaller?)
Update: #2905 would fix ([length v] of E]).
Update 2: #2905 was merged, ([length v] of E]) is fixed.
Next up: 
Columns aren't resized by dragging the line, they're resized by dragging the column header: If you drag sideways on the column header, that resizes the column. Shift-drag resizes all columns....
I can't seem to reproduce this:  but I think what's happening is that, in `InputSlotMorph.prototype.scenesMenu`, `this.parentThatIsA(IDE_Morph)` is `null`. I'm not sure why that would be the case, though.
I see now. Can you rename this to make it clear it's only in the *block* editor? And in this case, it makes sense, because block editors aren't children of...
This is almost certainly related to my bug report that you can get an unringified block in pure Snap!, as you are using the same mechanism. I suspect this would...
I've fixed this in [a branch of my fork](https://github.com/WarpedWartWars/Snap/tree/tunescope-fix). You can try it [here](https://warpedwartwars.github.io/Snap/snap.html). (I've also fixed the `Note`/`_Note` thing by renaming references to `Note` in `webmidi.iife.js` to `_Note`)