mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: expose more collaborator status icons (#7777)
This commit is contained in:
parent
b7babe554b
commit
068895db0e
18 changed files with 652 additions and 335 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue