Skip to content

Commit

Permalink
fix: process controls not updating when changing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 29, 2021
1 parent 8625a69 commit c677e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ProcessTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<b-row>
<b-col>
<div id="status-bar">
<process-controls :id="this.$route.params.id" showClear="1" />
<process-controls :key="this.$route.params.id" :id="this.$route.params.id" showClear="1" />
</div>

<ul id="log-panel" v-chat-scroll="{ always: false }">
Expand Down

0 comments on commit c677e1c

Please sign in to comment.