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: Tree.onDragEnter function parameter #16638

Merged
merged 1 commit into from May 17, 2019
Merged

fix: Tree.onDragEnter function parameter #16638

merged 1 commit into from May 17, 2019

Conversation

eruca
Copy link
Contributor

@eruca eruca commented May 16, 2019

官方的示例里有expandedKeys, 可是typescript定义里没有,所以扩展一下

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

👻 What's the background?

💡 Solution

📝 Changelog

Language Changelog
🇺🇸 English add new interface AntTreeNodeDragEnterEvent onDragEnter
🇨🇳 Chinese 增加一个新的接口AntTreeNodeDragEnterEvent作为onDragEnter函数参数

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

官方的示例里有expandedKeys, 可是typescript定义里没有,所以扩展一下
@netlify
Copy link

netlify bot commented May 16, 2019

Deploy preview for ant-design ready!

Built with commit 7cb4a11

https://deploy-preview-16638--ant-design.netlify.com

@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #16638 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16638      +/-   ##
==========================================
+ Coverage    95.7%   95.74%   +0.04%     
==========================================
  Files         258      258              
  Lines        7127     7127              
  Branches     1973     1973              
==========================================
+ Hits         6821     6824       +3     
+ Misses        304      301       -3     
  Partials        2        2
Impacted Files Coverage Δ
components/tree/Tree.tsx 96.87% <ø> (ø) ⬆️
components/_util/wave.tsx 88.67% <0%> (+2.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9308f19...7cb4a11. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #16638 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16638      +/-   ##
==========================================
+ Coverage    95.7%   95.74%   +0.04%     
==========================================
  Files         258      258              
  Lines        7127     7127              
  Branches     1973     1973              
==========================================
+ Hits         6821     6824       +3     
+ Misses        304      301       -3     
  Partials        2        2
Impacted Files Coverage Δ
components/tree/Tree.tsx 96.87% <ø> (ø) ⬆️
components/_util/wave.tsx 88.67% <0%> (+2.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9308f19...7cb4a11. Read the comment docs.

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

3 participants