Files
vault/ui/lib/core/addon/components/tool-tip.js
Jordan Reimer 39b80b8681 UI Conditionally Copy Tooltips (#12890)
* adds conditional tooltip copying to InfoTableRow component

* adds changelog entry
2021-10-21 09:26:56 -06:00

9 lines
302 B
JavaScript

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