Difficulty mining ellipsis fix

This commit is contained in:
softsimon
2023-03-20 17:21:34 +09:00
parent 343d1345e2
commit 74fb292633
4 changed files with 13 additions and 4 deletions

View File

@@ -83,4 +83,8 @@ export class DifficultyMiningComponent implements OnInit {
})
);
}
isEllipsisActive(e): boolean {
return (e.offsetWidth < e.scrollWidth);
}
}