feat(ui): switch to canvas tab when using launchpad

This commit is contained in:
psychedelicious
2025-06-25 14:37:44 +10:00
parent 2367b9f945
commit a92ba2542c
14 changed files with 63 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ export const ParamNegativePrompt = memo(() => {
<PromptPopover isOpen={isOpen} onClose={onClose} onSelect={onSelect} width={textareaRef.current?.clientWidth}>
<Box pos="relative" w="full">
<Textarea
id="negativePrompt"
className="negative-prompt-textarea"
name="negativePrompt"
ref={textareaRef}
value={prompt}

View File

@@ -86,7 +86,7 @@ export const ParamPositivePrompt = memo(() => {
<PromptPopover isOpen={isOpen} onClose={onClose} onSelect={onSelect} width={textareaRef.current?.clientWidth}>
<Box pos="relative">
<Textarea
id="prompt"
className="positive-prompt-textarea"
name="prompt"
ref={textareaRef}
value={prompt}