display-locking icon indicating copy to clipboard operation
display-locking copied to clipboard

Handle cases when locked subtree is too large to efficiently cache

Open chrishtr opened this issue 7 years ago • 0 comments

Consider a locked element which is much larger than the viewport, or far offscreen. We should have the ability to avoid locking too much memory to store the cached rendering output for such elements. Perhaps checkerboarding, like we do for async images or too-tall scrollable areas, suffices?

chrishtr avatar Aug 29 '18 17:08 chrishtr