Do not show tooltip on ftb toggle button during programatic focus

What does this MR do and why?

prevents showing of tooltip on ftb toggle button during programatic focus as it increases visual clutter.

References

#591277 (closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

  1. Checkout this branch and run gdk locally
  2. Enable the repository_file_tree_browser feature flag from http://localhost:3000/rails/features if not already activated
  3. Go to any project repository page Code > Repository
  4. Click the button to expand or collapse the file tree browser
  5. Notice the tooltip not appearing now during programmatic focus
Edited by Rinku C

Merge request reports

Loading