Skip to content
New issue

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

Fix debugLocalScene when using newLoader #6109

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

netpro2k
Copy link
Contributor

@netpro2k netpro2k commented Jun 1, 2023

When newLoader was enabled debugLocalScene would just download the dragged in file. We were failing to call preventDefault on the event. We actually never want the default behavior, so this PR changes the handler to always call preventDefault.

@netpro2k netpro2k merged commit e09dc34 into master Jun 1, 2023
2 checks passed
@netpro2k netpro2k deleted the fix-newloader-debugLocalScene branch June 1, 2023 00:02
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.

None yet

1 participant