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
f3cc7729
Unverified
Commit
f3cc7729
authored
Aug 29, 2019
by
yann300
Committed by
GitHub
Aug 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2296 from ethereum/LianaHus-patch-4
compile on compilerchange
parents
99db93c8
ef811af0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
compilerContainer.js
src/app/tabs/compileTab/compilerContainer.js
+1
-0
No files found.
src/app/tabs/compileTab/compilerContainer.js
View file @
f3cc7729
...
@@ -84,6 +84,7 @@ class CompilerContainer {
...
@@ -84,6 +84,7 @@ class CompilerContainer {
if
(
!
this
.
_view
.
compileIcon
)
return
if
(
!
this
.
_view
.
compileIcon
)
return
this
.
_view
.
compileIcon
.
setAttribute
(
'title'
,
''
)
this
.
_view
.
compileIcon
.
setAttribute
(
'title'
,
''
)
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
spinningIcon
}
`
)
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
spinningIcon
}
`
)
if
(
this
.
data
.
autoCompile
)
this
.
compileIfAutoCompileOn
()
})
})
this
.
compileTabLogic
.
compiler
.
event
.
register
(
'compilationFinished'
,
(
success
,
data
,
source
)
=>
{
this
.
compileTabLogic
.
compiler
.
event
.
register
(
'compilationFinished'
,
(
success
,
data
,
source
)
=>
{
...
...
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