We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb03278 commit 8878f4dCopy full SHA for 8878f4d
src/components/EditorPanel.tsx
@@ -94,6 +94,7 @@ export function EditorPanel(props: { editorInterface: Ref<EditorInterface> }) {
94
className="flex-1"
95
placeholder="e.g 0x12345678"
96
value={initialPC}
97
+ disabled={!!simulation}
98
onChange={(e) => {
99
setInitialPC(parseHex(e.currentTarget.value))
100
}}
0 commit comments