mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
chore: merge develop into rc/v11
This commit is contained in:
@@ -170,7 +170,7 @@ function dequeueBlock(block: BlockSvg) {
|
||||
* No need to render dead blocks.
|
||||
*
|
||||
* No need to render blocks with parents. A render for the block may have been
|
||||
* queued, and the the block was connected to a parent, so it is no longer a
|
||||
* queued, and the block was connected to a parent, so it is no longer a
|
||||
* root block. Rendering will be triggered through the real root block.
|
||||
*/
|
||||
function shouldRenderRootBlock(block: BlockSvg): boolean {
|
||||
|
||||
Reference in New Issue
Block a user