Profile: destory FastAverageColor instance

This commit is contained in:
thislight 2024-10-29 19:42:15 +08:00
parent 6e28d8808b
commit 6b889666ad
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -274,6 +274,7 @@ const Profile: Component = () => {
average: colors.hex, average: colors.hex,
text: colors.isDark ? "white" : "black", text: colors.isDark ? "white" : "black",
}); });
ins.destroy();
}} }}
></img> ></img>
</div> </div>