fix search/replace
This commit is contained in:
parent
5ad6125527
commit
b2d298ec6f
|
|
@ -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