0.54 again

This commit is contained in:
Olivier Gagnon
2021-09-20 17:26:47 -04:00
parent bb4de3f62c
commit 5e48530e14
8 changed files with 4904 additions and 9 deletions
-3
View File
@@ -138,9 +138,6 @@ export function WorkInProgressRoot(): React.ReactElement {
<button onClick={cancel} className="work-button">
{stopText}
</button>
<button onClick={unfocus} className="work-button">
Do something else simultaneously
</button>
</div>
);
}