Removes isDisabled from PromptInput; Resolves #1027

This commit is contained in:
psychedelicious 2022-10-20 22:28:07 +08:00
parent 899ba975a6
commit 9c61aed7d0
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="/assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="/assets/index.b5f97cf7.js"></script>
<script type="module" crossorigin src="/assets/index.02582597.js"></script>
<link rel="stylesheet" href="/assets/index.58175ea1.css">
</head>

View File

@ -68,7 +68,6 @@ const PromptInput = () => {
<div className="prompt-bar">
<FormControl
isInvalid={prompt.length === 0 || Boolean(prompt.match(/^[\s\r\n]+$/))}
isDisabled={isProcessing}
>
<Textarea
id="prompt"