We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
This seems concerning -- think we should understand what's happening here sooner rather than later
Sorry, something went wrong.
I'm looking into this... it seems this test is failing: https://github.com/xh/hoist-react/blob/develop/desktop/cmp/panel/impl/dragger/DraggerModel.ts#L256-L258
DragEvent's buttons is 0 in Safari, but 1 in Chrome, which causes us to exit out of the drag early here: https://github.com/xh/hoist-react/blob/develop/desktop/cmp/panel/impl/dragger/DraggerModel.ts#L93-L96
buttons
0
1
Investigating why / how this could be the case, and what we can do about it. Seems like a low-level Safari bug to me - will post findings here
I came up with a workaround which resolves the issue: #3799
I'll keep looking for a better solution / more information
TomTirapani
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: