Skip to content

Commit d9e307e

Browse files
authored
Merge pull request #4519 from ethereum/fix4515
fixes interaction with disabled button
2 parents ebbf64f + 8f1bf26 commit d9e307e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ export function ContractGUI(props: ContractGUIProps) {
302302
data-id={buttonOptions.dataId}
303303
data-title={buttonOptions.title}
304304
disabled={(toggleUpgradeImp && !proxyAddress) || props.disabled || (props.inputs !== '' && basicInput === '')}
305-
style={{pointerEvents: 'none'}}
306305
>
307306
{title}
308307
</button>

0 commit comments

Comments
 (0)