chore: generate

This commit is contained in:
GitHub Action
2025-12-23 15:58:33 +00:00
parent 48898fda07
commit c73a17f8af

View File

@@ -154,7 +154,6 @@ export function Prompt(props: PromptProps) {
const pasteStyleId = syntax().getStyleId("extmark.paste")!
let promptPartTypeId: number
sdk.event.on(TuiEvent.PromptAppend.type, (evt) => {
input.insertText(evt.properties.text)
setTimeout(() => {
@@ -186,7 +185,6 @@ export function Prompt(props: PromptProps) {
interrupt: 0,
})
command.register(() => {
return [
{