feat: expose more collaborator status icons (#7777)

This commit is contained in:
David Luzar
2024-03-18 10:20:07 +01:00
committed by GitHub
parent b7babe554b
commit 068895db0e
18 changed files with 652 additions and 335 deletions

View File

@@ -84,7 +84,7 @@ export class LaserTrails implements Trail {
if (!this.collabTrails.has(key)) {
trail = new AnimatedTrail(this.animationFrameHandler, this.app, {
...this.getTrailOptions(),
fill: () => getClientColor(key),
fill: () => getClientColor(key, collabolator),
});
trail.start(this.container);