mirror of
https://github.com/google/blockly.git
synced 2026-01-29 03:30:13 +01:00
chore: fix v11 branch build (#7836)
* chore: fix render management lint * fix: build
This commit is contained in:
@@ -16,7 +16,7 @@ const rootBlocks = new Set<BlockSvg>();
|
||||
const dirtyBlocks = new WeakSet<BlockSvg>();
|
||||
|
||||
/** A map from queued blocks to the event group from when they were queued. */
|
||||
let eventGroups = new WeakMap<BlockSvg, string>();
|
||||
const eventGroups = new WeakMap<BlockSvg, string>();
|
||||
|
||||
/**
|
||||
* The promise which resolves after the current set of renders is completed. Or
|
||||
|
||||
Reference in New Issue
Block a user