Tests: always update the selected element if running from console
This commit is contained in:
parent
9f83893a02
commit
5427a4cb05
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default class SelectedElementTagsUpdater {
|
|||
}) {
|
||||
this.state = state
|
||||
state.osmConnection.isLoggedIn.addCallbackAndRun((isLoggedIn) => {
|
||||
if (!isLoggedIn) {
|
||||
if (!isLoggedIn && !Utils.runningFromConsole) {
|
||||
return
|
||||
}
|
||||
this.installCallback()
|
||||
|
|
Loading…
Reference in a new issue