mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 21:27:07 -04:00
Reordered handlers to be a bit more organised.
This commit is contained in:
@@ -408,12 +408,12 @@ function fallbackHandler(context) {
|
||||
}
|
||||
|
||||
const handlers = [
|
||||
scalePreColonHandler,
|
||||
soundHandler,
|
||||
bankHandler,
|
||||
chordHandler,
|
||||
modePreColonHandler,
|
||||
scalePreColonHandler,
|
||||
scaleAfterColonHandler,
|
||||
modePreColonHandler,
|
||||
modeAfterColonHandler,
|
||||
// this handler *must* be last
|
||||
fallbackHandler,
|
||||
|
||||
Reference in New Issue
Block a user