mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI Conditionally Copy Tooltips (#12890)
* adds conditional tooltip copying to InfoTableRow component * adds changelog entry
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user