add comment

This commit is contained in:
Jade (Rose) Rowland
2025-11-22 17:11:17 -05:00
parent 1c4b05d55f
commit e72e26eb81
+1
View File
@@ -217,6 +217,7 @@ export function repl({
let patterns = [];
let soloActive = false;
for (const [key, value] of Object.entries(pPatterns)) {
// handle soloed patterns ex: S$: s("bd!4")
const isSolod = key.length > 1 && key.startsWith('S');
if (isSolod && soloActive === false) {
// first time we see a soloed pattern, clear existing patterns