mirror of
https://github.com/nucleartux/ai-grammar.git
synced 2026-04-27 04:35:51 +03:00
[GH-ISSUE #1] Replace content in conteneditable #3
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ai-grammar#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nucleartux on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/nucleartux/ai-grammar/issues/1
Currently, the behavior in "textarea" and "contenteditable" elements is different.
When we click the extension button in a "textarea," it replaces the content.
However, when we click the same button in a "contenteditable" element, it copies fixed content to the clipboard.
This is done because I don't know how to replace content in a "contenteditable" element, or if it's even possible.