Skip to content

Commit

Permalink
core: frontend: set extension port on mounting if it is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jul 27, 2023
1 parent 64038e8 commit d752441
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/frontend/src/views/ExtensionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ export default Vue.extend({
}
},
},
mounted() {
if (this.port !== undefined) {
this.detected_port = this.port
}
},
})
</script>

Expand Down

0 comments on commit d752441

Please sign in to comment.