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 53a1ef4 commit e1e2e96Copy full SHA for e1e2e96
apps/remix-ide/src/app/tabs/runTab/contractDropdown.js
@@ -94,11 +94,11 @@ class ContractDropdownUI {
94
95
this.ipfsCheckbox = yo`
96
<input
97
- id="deployAndRunPublishToIPFS"
98
- data-id="contractDropdownIpfsCheckbox"
99
- class="form-check-input custom-control-input"
100
- type="checkbox"
101
- onchange=${() => this.toggleCheckedState.bind()}
+ id="deployAndRunPublishToIPFS"
+ data-id="contractDropdownIpfsCheckbox"
+ class="form-check-input custom-control-input"
+ type="checkbox"
+ onchange=${() => this.toggleCheckedState()}
102
>
103
`
104
if (this.ipfsCheckedState) this.ipfsCheckbox.checked = true
0 commit comments