We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236d1f commit 873b2d0Copy full SHA for 873b2d0
1 file changed
client/src/features/simulators/SimulatorMenu.tsx
@@ -211,14 +211,12 @@ export function SimulatorMenu({
211
>
212
Rotate Left
213
</button>
214
+ <button className="menu-action" onClick={onToggleDebug}>
215
+ {debugVisible ? "Hide Debug Info" : "Show Debug Info"}
216
+ </button>
217
</div>
218
</>
219
) : null}
- <div className="menu-actions">
- <button className="menu-action" onClick={onToggleDebug}>
- {debugVisible ? "Hide Debug Info" : "Show Debug Info"}
220
- </button>
221
- </div>
222
223
224
0 commit comments