mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 17:30:44 +02:00
feat: expose more collaborator status icons (#7777)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user