feat(session-ui): rewrite v2 prompt input (#37102)
This commit is contained in:
parent
ed926be253
commit
c0a258b22a
35 changed files with 3609 additions and 1083 deletions
|
|
@ -18,7 +18,6 @@ test("resets transient prompt input state when the prompt session changes", () =
|
|||
draggingType: "image",
|
||||
mode: "shell",
|
||||
applyingHistory: true,
|
||||
variantOpen: true,
|
||||
})
|
||||
|
||||
setIdentity("B")
|
||||
|
|
@ -33,7 +32,6 @@ test("resets transient prompt input state when the prompt session changes", () =
|
|||
draggingType: null,
|
||||
mode: "normal",
|
||||
applyingHistory: false,
|
||||
variantOpen: false,
|
||||
})
|
||||
dispose()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue