fix: revert "Delete events should animate when played (#5919)" (#6031)

* Revert "Delete events should animate when played (#5919)"

This reverts commit bce4c5e2c6.

* fix: lint in screenshot
This commit is contained in:
Beka Westberg
2022-03-29 11:47:50 -07:00
committed by GitHub
parent 2cf8eb87dc
commit c4a25eb3c4
5 changed files with 4 additions and 25 deletions

View File

@@ -105,4 +105,4 @@ function downloadScreenshot(workspace) {
a.click();
a.parentNode.removeChild(a);
});
};
}