Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Set filters to null for RenderContainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
probityrules committed Apr 16, 2018
1 parent c266bc3 commit 844cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RenderContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@

if (color === null) {
if (filters) {
delete this.container.filters;
this.container.filters = null;
}
} else {
if (!filters) {
Expand Down

0 comments on commit 844cc1b

Please sign in to comment.