fix: customize song structure
This commit is contained in:
@@ -150,7 +150,7 @@ const reorder = (list, from, to) => {
|
||||
return next;
|
||||
};
|
||||
|
||||
const clamp = (value, min, max) => Math.max(mn, Math.min(max, value));
|
||||
const clamp = (value, min, max) => Math.max(min, Math.min(max, value));
|
||||
|
||||
const CustomizeSongStructure = ({ baseStructure = [], onChange }) => {
|
||||
const [, setTooltip] = useGlobal("_tooltip");
|
||||
|
||||
Reference in New Issue
Block a user