Inspector could be debounced for performance reasons #71
Labels
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
squad:dx
type:improvement
I stumbled upon performance issues caused by our dear inspector. When working with a bit longer content, every selection change causes refresh dropping to 20fps. That's due to inspector refresh taking 50ms.
If we could, it'd be great to debounce inspector so it:
selectionchange
handler (event)The text was updated successfully, but these errors were encountered: