Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cfc338f4
Commit
cfc338f4
authored
Oct 13, 2021
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't reset udapp when non-sol file are selected
parent
d5d8e90b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
contractDropdown.js
apps/remix-ide/src/app/tabs/runTab/contractDropdown.js
+5
-4
No files found.
apps/remix-ide/src/app/tabs/runTab/contractDropdown.js
View file @
cfc338f4
...
...
@@ -218,11 +218,12 @@ class ContractDropdownUI {
if
(
this
.
selectContractNames
.
value
===
''
)
this
.
enableAtAddress
(
false
)
}
else
{
this
.
loadType
=
'other'
this
.
createPanel
.
style
.
display
=
'
none
'
this
.
orLabel
.
style
.
display
=
'
none
'
this
.
co
mpFails
.
style
.
display
=
'none
'
this
.
contractNamesContainer
.
style
.
display
=
'none
'
this
.
createPanel
.
style
.
display
=
'
block
'
this
.
orLabel
.
style
.
display
=
'
block
'
this
.
co
ntractNamesContainer
.
style
.
display
=
'block
'
this
.
selectContractNames
.
style
.
display
=
'block
'
this
.
abiLabel
.
style
.
display
=
'none'
if
(
this
.
selectContractNames
.
value
===
''
)
this
.
enableAtAddress
(
false
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment