-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 dropzone JS error when attachment is disabled #31486
Fix dropzone JS error when attachment is disabled #31486
Conversation
What was the JS error? |
Actually I'm not sure the fix is correct because |
The specific error thrown is dropzoneInst is null when it fails. |
I can't seem to reproduce the original issue on either main branch or 1.22 branch with All I can say for sure is that this |
|
Please explain how this addition of |
I have explained it above:
Could you just try it by yourself?
|
Ah I understand now. Yes when the optional chain is triggered, we need the fallback. |
Fix #31485