Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove debugging code
  • Loading branch information
christian-byrne committed Aug 7, 2025
commit e944e6601ec2c0b5d6a7502fb5380304adf1d9f7
2 changes: 1 addition & 1 deletion src/components/graph/TransformPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- DEV ONLY: Viewport bounds visualization -->
<div
v-if="props.showDebugOverlay && false"
v-if="props.showDebugOverlay"
class="viewport-debug-overlay"
:style="{
position: 'absolute',
Expand Down
Loading