mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 09:29:59 -04:00
couple of minor formatting issues
This commit is contained in:
parent
f35b5d4902
commit
838bfe1491
@ -60,7 +60,7 @@ export class PassageCardComponent extends CardComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
copy() {
|
copy() {
|
||||||
const text = this.passageElement.nativeElement.innerText + ` - ${this.ref.toString()}`;
|
const text = this.passageElement.nativeElement.innerText + ` \n - ${this.ref.toString()}`;
|
||||||
this.copyToClip(text);
|
this.copyToClip(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user