fixes and major changes
This commit is contained in:
@@ -14,7 +14,7 @@ const SCALE_ACTIVE = 1.06;
|
||||
type ChipMap = Map<HTMLLIElement, DOMRect>;
|
||||
|
||||
function tokenOf(el: Element): string {
|
||||
return (el.textContent || '').trim();
|
||||
return (el as HTMLElement).dataset.skill || (el.textContent || '').trim();
|
||||
}
|
||||
|
||||
function readReducedMotion(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user