mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
rfid cleanup
This commit is contained in:
@@ -70,7 +70,13 @@ async function fetchConfig(className) {
|
||||
{ type: "color", defaultValue: "#2D81FC", property: "colour1" },
|
||||
],
|
||||
};
|
||||
return config[className];
|
||||
|
||||
if (className === undefined) {
|
||||
return config
|
||||
} else {
|
||||
return config[className];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function addControl(item, instance) {
|
||||
|
Reference in New Issue
Block a user