UI Conditionally Copy Tooltips (#12890)

* adds conditional tooltip copying to InfoTableRow component

* adds changelog entry
This commit is contained in:
Jordan Reimer
2021-10-21 09:26:56 -06:00
committed by GitHub
parent 4ef0d3e187
commit 39b80b8681
7 changed files with 49 additions and 7 deletions

View File

@@ -3,6 +3,6 @@ import layout from '../templates/components/tool-tip';
export default HoverDropdown.extend({
layout,
delay: 0,
delay: 200, // delay allows tooltip to remain open on content hover
horizontalPosition: 'auto-right',
});