# \[Bug\] Grid disappears after saving

**URL:** https://forum.makecode.com/t/bug-grid-disappears-after-saving/2570
**Category:** Help
**Created:** [June 29, 2020, 1:44am UTC](https://forum.makecode.com/t/bug-grid-disappears-after-saving/2570 "2020-06-29T01:44:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![slimehunter](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@slimehunter](https://forum.makecode.com/u/slimehunter)
#### Post date: [June 29, 2020, 1:44am UTC](https://forum.makecode.com/t/bug-grid-disappears-after-saving/2570/1 "2020-06-29T01:44:09Z")

</div>

Hello,

I encountered a strange bug that I think was caused by saving my game.

I saved to Raspi0, and when the screen reloaded, I did not see the grid, even after moving the Blocks around.

Sorry if this is already tracked. I could not find any reference to it.

Screenshot:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/7/7ec3d5dd02f5c393b680b455af6ac7bab5b7b94e.png)

Update: It seems like the grid stays gone after reloading my project, but Refreshing the browser fixes this, so it’s not severe.

Thanks,  
-slime

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [June 29, 2020, 3:44am UTC](https://forum.makecode.com/t/bug-grid-disappears-after-saving/2570/2 "2020-06-29T03:44:27Z")

</div>

The grid disappeared because the editor entered light mode - that’s a mode where some visual features are disabled to improve editor performance. It gets enabled when a compilation takes a long time (I believe ~~10 seconds).

It will go away on refresh as we don’t persist that state, but the only difference should be in visual flairs / there won’t be a difference in editor capabilities in that mode.
