witheve / Eve

Better tools for thought

Home Page:http://witheve.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabled Code Blocks on Tutorial Can't Be Enabled Without Editing

hryanjones opened this issue · comments

When playing with eve quickstart I noticed that disabled code blocks aren't becoming enabled when clicking the checkbox at the top right. Looking at the SENT blocks in the developer panel I see eve disabled, but they seem to work when I edit them and then enable them.

Thanks for reporting this.

This is a regression that snuck in with some hotfixes we recently performed. It slipped under the radar because disabling an enabled block worked fine, and I didn't think to test the reverse. We'll look into the cause.

I'm trying to work on this, and I've found the piece of code that handles the enabling (https://github.com/witheve/Eve/blob/release/src/ide/spans.ts#L677-L686). However, it looks fine. I've also looked here and that looks fine too. Any pointers?