refactor: type event emitter payloads

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
zhsama
2026-01-31 00:00:09 +08:00
parent f880ef0052
commit 473262d70e
6 changed files with 9 additions and 8 deletions

View File

@ -157,7 +157,7 @@ const Editor: FC<Props> = ({
const handleInsertVariable = () => {
setFocus()
eventEmitter?.emit({ type: PROMPT_EDITOR_INSERT_QUICKLY, instanceId } as any)
eventEmitter?.emit({ type: PROMPT_EDITOR_INSERT_QUICKLY, instanceId })
}
const getVarType = useWorkflowVariableType()