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