You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when users enter text into the main prompt text box of Anything LLM, the undo functionality does not work after pasting text. When users press Ctrl+Z on Windows or Command+Z on Mac, the pasted text remains in the prompt box and cannot be undone. This forces users to manually delete the pasted text, which can be inconvenient and disrupts the workflow.
Environment:
Operating System: Windows (docker) and MacOS (desktop)
Application Version: v1.2.4
Possible Solution:
Investigate and implement proper handling of the undo operation for paste actions in the main prompt text box, ensuring that Ctrl+Z (Windows) and Command+Z (Mac) function as expected.
Additional Context:
This issue affects the user experience by adding unnecessary steps to correct mistakes or changes, which can hinder productivity.
Are there known steps to reproduce?
Steps to Reproduce:
Open the main prompt text box in Anything LLM.
Paste any text into the text box.
Attempt to undo the paste action by pressing Ctrl+Z (Windows) or Command+Z (Mac).
Observe that the pasted text remains and is not undone.
Expected Behavior:
Pressing Ctrl+Z (Windows) or Command+Z (Mac) should undo the paste operation and remove the pasted text from the main prompt text box.
Actual Behavior:
The pasted text stays in the prompt text box and is not undone, requiring manual deletion.
The text was updated successfully, but these errors were encountered:
How are you running AnythingLLM?
Docker (local)
What happened?
Currently, when users enter text into the main prompt text box of Anything LLM, the undo functionality does not work after pasting text. When users press
Ctrl+Z
on Windows orCommand+Z
on Mac, the pasted text remains in the prompt box and cannot be undone. This forces users to manually delete the pasted text, which can be inconvenient and disrupts the workflow.Environment:
Possible Solution:
Investigate and implement proper handling of the undo operation for paste actions in the main prompt text box, ensuring that
Ctrl+Z
(Windows) andCommand+Z
(Mac) function as expected.Additional Context:
This issue affects the user experience by adding unnecessary steps to correct mistakes or changes, which can hinder productivity.
Are there known steps to reproduce?
Steps to Reproduce:
Ctrl+Z
(Windows) orCommand+Z
(Mac).Expected Behavior:
Pressing
Ctrl+Z
(Windows) orCommand+Z
(Mac) should undo the paste operation and remove the pasted text from the main prompt text box.Actual Behavior:
The pasted text stays in the prompt text box and is not undone, requiring manual deletion.
The text was updated successfully, but these errors were encountered: