devtools icon indicating copy to clipboard operation
devtools copied to clipboard

feat: add components mousein highlight event throttle

Open process1024 opened this issue 2 years ago • 0 comments

Description

when the mouse over the component tree will trigger hight events frequently,if the compenent tree is big or deep,it would make UI slow and doesn't response.

Additional context

add components mouse-in highlight event throttle,this problem fixed.

What is the purpose of this pull request?

  • [ ] Bug fix
  • [ ] New Feature
  • [ ] Documentation update
  • [x] Other

Before submitting the PR, please make sure you do the following

  • [x] Read the Contributing Guidelines.
  • [x] Read the Pull Request Guidelines and follow the Commit Convention.
  • [x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • [ ] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).

process1024 avatar Jun 16 '22 08:06 process1024