We refresh Content preview panel (the grid) and Page editor (the Wizard) whenever one of the outbound dependencies of the content is updated. If there are multiple batch updates of the dependent content, it would refresh as many times as well, resulting in flickering etc. Debounce the refresh so that it would update just once, after all updates are finished.
We refresh Content preview panel (the grid) and Page editor (the Wizard) whenever one of the outbound dependencies of the content is updated. If there are multiple batch updates of the dependent content, it would refresh as many times as well, resulting in flickering etc. Debounce the refresh so that it would update just once, after all updates are finished.