halo icon indicating copy to clipboard operation
halo copied to clipboard

在默认编辑器代码块中进行组合输入时可能会被打断。

Open LIlGG opened this issue 1 year ago • 0 comments

系统信息

使用的哪种方式运行?

Docker Compose

发生了什么?

在默认编辑器的代码块中,当使用 auto 自动检测语法时,可能会导致组合输入被打断。

Kapture 2024-07-10 at 15 59 00

可以使用下面的内容复现。

{
  // 当前的用户消息
  "message"?: string;
  // 历史消息,Ax 要求其内的数据是奇数,且
  "history"?: Array<ChatMessage>;
}

/kind bug /area editor

相关日志输出

No response

附加信息

No response

LIlGG avatar Jul 10 '24 08:07 LIlGG