2018-09-25 16:28:26 +00:00
|
|
|
import Component from '@ember/component';
|
2018-06-26 21:35:47 +00:00
|
|
|
|
2018-09-25 16:28:26 +00:00
|
|
|
export default Component.extend({
|
2018-06-26 21:35:47 +00:00
|
|
|
'data-test-hover-copy': true,
|
|
|
|
classNameBindings: 'alwaysShow:hover-copy-button-static:hover-copy-button',
|
|
|
|
copyValue: null,
|
|
|
|
alwaysShow: false,
|
|
|
|
|
|
|
|
tooltipText: 'Copy',
|
|
|
|
});
|