publish: Change main live canvas to act like a mempool

generated from commit c11e83a16f3a0a1709656326298b882dfedc7d3f
This commit is contained in:
Joshua Seigler 2019-04-08 04:50:38 -04:00
parent c99258d224
commit 550ac2d3ca
2 changed files with 3 additions and 1 deletions

View file

@ -19069,6 +19069,8 @@ function () {
}
_this2.blockList.insertBefore(completedBlock, _this2.blockList.firstChild);
_this2.applyColors(_this2.hero);
});
}
}, {

File diff suppressed because one or more lines are too long