Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronously load tinyMCE the first time a classic block is edited #21683

Closed
wants to merge 2 commits into from
Closed

Asynchronously load tinyMCE the first time a classic block is edited #21683

wants to merge 2 commits into from

Commits on Apr 17, 2020

  1. Add LazyLoad component

    This component allows us to wrap existing components
    and delay them until required 3rd party scripts and
    styles are asynchronously loaded. It also provides a
    hook for post-load setup that resolves before the
    children are rendered, guaranteeing that the children
    aren't active until the world around them is set up
    correctly.
    sarayourfriend committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f334112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e071e View commit details
    Browse the repository at this point in the history