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
eb80fdd9
Unverified
Commit
eb80fdd9
authored
Jul 10, 2019
by
yann300
Committed by
GitHub
Jul 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2177 from ethereum/yann300-patch-53
Initiate the layout service after modules are loaded
parents
9340a352
d079718c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app.js
src/app.js
+5
-5
No files found.
src/app.js
View file @
eb80fdd9
...
...
@@ -192,7 +192,7 @@ class App {
module
.
exports
=
App
function
run
()
{
async
function
run
()
{
var
self
=
this
// check the origin and warn message
...
...
@@ -338,12 +338,12 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
...
appManager
.
registeredPlugins
()
])
appManager
.
activate
([
'contentImport'
,
'theme'
,
'sourceHighlighters'
,
'fileManager'
,
'compilerMetadata'
,
'compilerArtefacts'
,
'udapp'
,
'network'
,
'offsetToLineColumnConverter'
])
appManager
.
activate
([
'mainPanel'
])
appManager
.
activate
([
'menuicons'
,
'home'
,
'sidePanel'
,
'pluginManager'
,
'fileExplorers'
,
'settings'
])
a
wait
a
ppManager
.
activate
([
'contentImport'
,
'theme'
,
'sourceHighlighters'
,
'fileManager'
,
'compilerMetadata'
,
'compilerArtefacts'
,
'udapp'
,
'network'
,
'offsetToLineColumnConverter'
])
a
wait
a
ppManager
.
activate
([
'mainPanel'
])
a
wait
a
ppManager
.
activate
([
'menuicons'
,
'home'
,
'sidePanel'
,
'pluginManager'
,
'fileExplorers'
,
'settings'
])
// Set workspace after initial activation
if
(
Array
.
isArray
(
workspace
))
appManager
.
activate
(
workspace
)
if
(
Array
.
isArray
(
workspace
))
a
wait
a
ppManager
.
activate
(
workspace
)
// Load and start the service who manager layout and frame
const
framingService
=
new
FramingService
(
sidePanel
,
menuicons
,
mainview
,
this
.
_components
.
resizeFeature
)
...
...
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