Commit 3f005689 authored by yann300's avatar yann300

update context dropdown if needed

parent 96a751b1
......@@ -85,6 +85,9 @@ function runTab (container, appAPI, appEvents) {
}, setFinalContext)
})
selectExEnv.value = executionContext.getProvider()
executionContext.event.register('contextChanged', (context, silent) => {
selectExEnv.value = executionContext.getProvider()
})
fillAccountsList(appAPI, el)
setInterval(() => {
updateAccountBalances(container, appAPI)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment