You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-packetviewer/src/tools/PacketViewer/PacketViewer.vue
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -478,10 +478,13 @@ export default {
478
478
// If we're passed in the route then manually call packetChanged to update
479
479
if (this.$route.params.target&&this.$route.params.packet) {
480
480
// Initial position of chooser should be correct so call packetChanged for it
0 commit comments