[AAE-3908] - fix clear value icon on card view text item (#6269)

This commit is contained in:
Silviu Popa
2020-10-20 18:49:16 +03:00
committed by GitHub
parent 072f910452
commit 80fc239461
3 changed files with 21 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ export class CardViewTextItemComponent extends BaseCardView<CardViewTextItemMode
clearValue() {
this.editedValue = '';
this.textInput.setValue('');
}
copyToClipboard(valueToCopy: string) {