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 933822399b9caa51a068ee97db4a868edff2fd82
This commit is contained in:
parent
a27fc74a30
commit
ca30dca443
2 changed files with 4 additions and 2 deletions
|
@ -19053,7 +19053,9 @@ function () {
|
||||||
|
|
||||||
_this2.mempoolRefs.filter(function (item) {
|
_this2.mempoolRefs.filter(function (item) {
|
||||||
if (item.data_ignored > 4) {
|
if (item.data_ignored > 4) {
|
||||||
_this2.hero.removeChild(item);
|
try {
|
||||||
|
_this2.hero.removeChild(item);
|
||||||
|
} catch (err) {}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue