fix search/replace
This commit is contained in:
parent
b0ad0a0768
commit
4c91ef57b9
|
|
@ -245,7 +245,7 @@ const commandShapes: CommandShape[] = [
|
|||
] as const
|
||||
|
||||
let commandSource = () => commandShapes
|
||||
export const setCommandSource = (do: () => CommandShape[]) => {
|
||||
export const setCommandSource = (fn: () => CommandShape[]) => {
|
||||
commandSource = fn
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user