Skip to content

Conversation

@dbpolito
Copy link
Contributor

@dbpolito dbpolito commented Jan 4, 2026

The data-tauri-drag-region attribute was on the header which contains interactive elements like the mobile menu button. In Tauri, this attribute makes the element act as a window drag area, which intercepts click events before they reach child elements.

Since there's already a dedicated drag region div in packages/desktop/src/index.tsx:201 for macOS, the header doesn't need this attribute. Removing it allows click events to properly propagate to the mobile menu button.

@adamdotdevin adamdotdevin merged commit fb60f9c into anomalyco:dev Jan 5, 2026
2 checks passed
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