Skip to content

Conversation

@mikenikles
Copy link
Contributor

Summary

Root Cause

The parent div had data-tauri-drag-region but the child div with flex-1 was receiving clicks on empty space, preventing the drag from triggering.

Test plan

  • Click and drag on empty space in the header to move the window

🤖 Generated with Claude Code

Add data-tauri-drag-region attribute to the child container div that
fills the available horizontal space. The parent had the attribute but
clicks on empty space were received by the child div instead.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mikenikles mikenikles merged commit 0996b19 into main Jan 2, 2026
1 check failed
@mikenikles mikenikles deleted the fix/window-drag-region branch January 2, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants