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

Remove IDragEvent deprecated tag #561

Merged
merged 2 commits into from
Mar 22, 2023

Conversation

afshin
Copy link
Member

@afshin afshin commented Mar 20, 2023

This PR removes a @deprecated warning because it is actually a warning about future deprecation.

Fixes #559.

@afshin afshin added bug Something isn't working documentation Improvements or additions to documentation labels Mar 20, 2023
@afshin afshin added this to the 1.x milestone Mar 20, 2023
@afshin afshin self-assigned this Mar 20, 2023
@@ -38,8 +38,6 @@ export type SupportedActions =
* events, a drop target must cancel the `'lm-dragenter'` event by
* calling the event's `preventDefault()` method.
*
* @deprecated This interface will be deprecated in @lumino/dragdrop@^2.0.0 in favor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep the comment even if there is no tag to properly highlight it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's a good point. As long as it doesn't create a behavior in an IDE that looks out for the @deprecated tag, the information itself doesn't hurt.

Copy link
Member

@fcollonval fcollonval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @afshin

@afshin afshin changed the title Remove IDrageEvent deprecated tag Remove IDragEvent deprecated tag Mar 20, 2023
@fcollonval fcollonval merged commit 18ac2fb into jupyterlab:1.x Mar 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants