mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 18:09:44 +00:00
Merge pull request #87 from horatio-sans-serif/main
Remove maxlength limit for custom command prompt textarea
This commit is contained in:
@@ -467,7 +467,7 @@ const html = `<!DOCTYPE html>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="snippetPrompt">Prompt Text:</label>
|
||||
<textarea id="snippetPrompt" placeholder="e.g., Help me fix this bug in my code..." rows="3" maxlength="500"></textarea>
|
||||
<textarea id="snippetPrompt" placeholder="e.g., Help me fix this bug in my code..." rows="3"></textarea>
|
||||
</div>
|
||||
<div class="form-buttons">
|
||||
<button class="btn" onclick="saveCustomSnippet()">Save Command</button>
|
||||
|
||||
Reference in New Issue
Block a user