1
0
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:
Kyle Spearrin
2019-04-01 13:16:37 -04:00
parent dc37528d22
commit 0f72df3166

View File

@@ -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() {