From fa775dba413dda3258529e3371cdf502c5ae449a Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 28 Sep 2025 13:09:32 +0200 Subject: [PATCH] More accessibility improvements --- page/src/playground.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/page/src/playground.tsx b/page/src/playground.tsx index 82324758..d3171873 100644 --- a/page/src/playground.tsx +++ b/page/src/playground.tsx @@ -328,7 +328,12 @@ export class Playground extends React.Component< - @@ -338,6 +343,7 @@ export class Playground extends React.Component< isFinalState(this.state.emulator.getState()) } size="sm" + title="Stop" variant="secondary" className="fancy" onClick={() => this.state.emulator?.stop()} @@ -346,6 +352,7 @@ export class Playground extends React.Component<