Skip to content

Commit

Permalink
Specify mode param to FastAverageColor (Croydon#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmktomato committed Dec 17, 2018
1 parent 763b3a1 commit b03cd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ let VerticalTabsReloaded = class VerticalTabsReloaded
}
log.debug(color);
fac.destroy();
});
}, { mode: 'precision' });
}

log.debug("status: " + tabElement.getAttribute("status"));
Expand Down

0 comments on commit b03cd49

Please sign in to comment.