|
|
|
@ -350,7 +350,6 @@ export const DebuggerUI = (props: DebuggerUIProps) => { |
|
|
|
|
<Toaster message={state.toastMessage} /> |
|
|
|
|
<div className="px-2" ref={debuggerTopRef}> |
|
|
|
|
<div> |
|
|
|
|
<p className="my-2 debuggerLabel">Debugger Configuration</p> |
|
|
|
|
<div className="mt-2 mb-2 debuggerConfig custom-control custom-checkbox"> |
|
|
|
|
<input className="custom-control-input" id="debugGeneratedSourcesInput" onChange={({ target: { checked } }) => { |
|
|
|
|
setState(prevState => { |
|
|
|
|