Skip to content

Commit

Permalink
ping-viewer-next-frontend: Fix: ping360 update initial range/sector
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Dec 9, 2024
1 parent 8ce4637 commit 96fa484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default defineComponent({
websocketUrl: websocketUrl.value,
width: dimensions.value.width,
height: dimensions.value.height,
showControls: false,
showControls: true,
};
if (widgetType.value === 'ping360') {
Expand Down

0 comments on commit 96fa484

Please sign in to comment.