PCB Layout DOM/view refresh/redraw issue

I know I’m posting lots today but just want to get this in before I forget.

When selecting an design element the screen/DOM/view performs an immediate refresh/redraw operation. This happens in Chrome and Safari on Mac but I haven’t tested on Windows yet. I guess it’s not the DOM since the nav stays visible.

Slightly annoying since I have to wait for the redraw to occur before I know where I need to move or modify what I’ve selected - even 1 second is sometimes productivity killing.

Maybe something is happening to force this behavior like perhaps the element is coming into foreground/focus but seems like it’s simple enough to change z-index. I don’t know. Not even sure if z-index is involved here. Whatever :smile:

Either way it would be great to not have to churn cycles and wait.