You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
removed unnecessary opacity
This commit is contained in:
committed by
Travis Ralston
parent
2a2c805031
commit
1fd6809388
@@ -145,7 +145,6 @@ export default class Fireworks implements ICanvasEffect {
|
|||||||
public stop = async () => {
|
public stop = async () => {
|
||||||
this.isRunning = false;
|
this.isRunning = false;
|
||||||
this.particles = [];
|
this.particles = [];
|
||||||
this.context.canvas.style.opacity = "1";
|
|
||||||
this.context.clearRect(0, 0, this.context.canvas.width, this.context.canvas.height);
|
this.context.clearRect(0, 0, this.context.canvas.width, this.context.canvas.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user