add back comment

This commit is contained in:
Felix Roos
2025-06-24 05:45:36 +02:00
parent e2a29914c7
commit 71e60ed8de
+1 -1
View File
@@ -201,7 +201,7 @@ export const scale = register(
const isObject = typeof value === 'object';
let step = isObject ? value.n : value;
if (isObject) {
delete value.n;
delete value.n; // remove n so it won't cause trouble
}
if (isNote(step)) {
// legacy..