menu icon indicating copy to clipboard operation
menu copied to clipboard

lower level triggerSubMenuAction wins over upper level triggerSubMenuAction

Open llambanna opened this issue 5 years ago • 2 comments

to cater for scenario where top level items are click and sub menus are hover - similar to google docs menu UX

llambanna avatar Feb 11 '21 02:02 llambanna

Codecov Report

Merging #368 (af68058) into master (8085da9) will decrease coverage by 0.20%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
- Coverage   95.73%   95.53%   -0.21%     
==========================================
  Files          11       11              
  Lines         915      918       +3     
  Branches      271      274       +3     
==========================================
+ Hits          876      877       +1     
- Misses         39       40       +1     
- Partials        0        1       +1     
Impacted Files Coverage Δ
src/SubPopupMenu.tsx 95.29% <33.33%> (-1.12%) :arrow_down:

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 8085da9...af68058. Read the comment docs.

codecov[bot] avatar Feb 11 '21 02:02 codecov[bot]

Test case is needed.

afc163 avatar Feb 12 '21 13:02 afc163