Revert "Adjust CPU isTouchingColor to match GPU results (again)"

This commit is contained in:
Paul Kaplan
2019-04-19 16:13:47 -04:00
committed by GitHub
parent e365a909dc
commit 757d7e3c96
8 changed files with 104 additions and 127 deletions

View File

@@ -29,10 +29,7 @@
vm.attachV2BitmapAdapter(new ScratchSVGRenderer.BitmapAdapter());
document.getElementById('file').addEventListener('click', e => {
const loaded = document.getElementById('loaded');
if (loaded) {
document.body.removeChild(loaded);
}
document.body.removeChild(document.getElementById('loaded'));
});
document.getElementById('file').addEventListener('change', e => {