Skip to content

Draft: fix: Don't wait for the composer to be ready for existing pages [#453]

Anton Smirnov requested to merge feature-453_no-block-element into next

whenPageReady() is used to wait for the composer to be ready. Internally it sends "composer.isPageReady" requests and waits for "composer.ready" response. So when it is ready we remove "nohtml" class from "body" and "block-element" is shown.

However, the immediate removing of "nohtml" only does not help as composer isn't working actually. TODO: probably reinject the content script or composer reinit is needed.

Merge request reports