mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
publish: ⚡ Change main live canvas to act like a mempool
generated from commit 66283fcfe2
This commit is contained in:
parent
ca30dca443
commit
44f32dc49c
2 changed files with 4 additions and 2 deletions
|
@ -19068,7 +19068,9 @@ function () {
|
|||
if (_this2.blockRefs.unshift(_this2.completedBlock) > 8) {
|
||||
var toDelete = _this2.blockRefs.pop();
|
||||
|
||||
toDelete.remove();
|
||||
if (toDelete) {
|
||||
toDelete.remove();
|
||||
}
|
||||
}
|
||||
|
||||
_this2.blockList.insertBefore(completedBlock, _this2.blockList.firstChild);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue