mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
rename to select copy
This commit is contained in:
@@ -7,9 +7,9 @@ import {
|
|||||||
import { PlatformUtilsService } from '../../abstractions/platformUtils.service';
|
import { PlatformUtilsService } from '../../abstractions/platformUtils.service';
|
||||||
|
|
||||||
@Directive({
|
@Directive({
|
||||||
selector: '[appFlexCopy]',
|
selector: '[appSelectCopy]',
|
||||||
})
|
})
|
||||||
export class FlexCopyDirective {
|
export class SelectCopyDirective {
|
||||||
constructor(private el: ElementRef, private platformUtilsService: PlatformUtilsService) { }
|
constructor(private el: ElementRef, private platformUtilsService: PlatformUtilsService) { }
|
||||||
|
|
||||||
@HostListener('copy') onCopy() {
|
@HostListener('copy') onCopy() {
|
||||||
|
|||||||
Reference in New Issue
Block a user