Skip to content

Commit 7c13392

Browse files
committed
fix merge
1 parent cb32d1d commit 7c13392

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/app/shared/truncatable/truncatable-part/truncatable-part.component.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,6 @@ export class TruncatablePartComponent implements AfterViewChecked, OnInit, OnDes
162162
this.lines = expand ? 'none' : (this.minLines ? this.minLines.toString() : '1');
163163
}
164164

165-
/**
166-
* Expand or collapse using the external icons when no id available
167-
* @param expand - Whether to expand (true) or collapse (false) the truncatable part
168-
*/
169-
toggleWithoutId(expand: boolean) {
170-
this.expand = expand;
171-
this.lines = expand ? 'none' : (this.minLines ? this.minLines.toString() : '1');
172-
this.expandable = !this.expandable;
173-
}
174-
175165
/**
176166
* Unsubscribe from the subscription
177167
*/

0 commit comments

Comments
 (0)