Skip to content

Conversation

adamshiervani
Copy link
Contributor

Changed the default delay value to 20 and let users set the delay to a minimum of 0 in troubleshooting mode.

- Changed default delay value to 20 and adjusted validation to allow values between 0 and 65534.
- Cleaned up code formatting for better readability.
@adamshiervani adamshiervani changed the title fix: update delay handling in PasteModal component fix: faster paste speed Sep 24, 2025
@adamshiervani adamshiervani requested review from IDisposable and ym and removed request for IDisposable September 24, 2025 10:42
className="w-full"
onKeyUp={e => e.stopPropagation()}
onKeyDown={e => e.stopPropagation()} onKeyDownCapture={e => e.stopPropagation()}
onKeyDown={e => e.stopPropagation()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that formatting issue, bad rebase/merge. Mea culpa

@adamshiervani adamshiervani merged commit 703625d into dev Sep 25, 2025
6 checks passed
@adamshiervani adamshiervani deleted the fix/faster-paste branch September 25, 2025 08:26
ym pushed a commit to ym/jetkvm-kvm that referenced this pull request Sep 26, 2025
* fix: update delay handling in PasteModal component

- Changed default delay value to 20 and adjusted validation to allow values between 0 and 65534.
- Cleaned up code formatting for better readability.

* fix: formatting
@adamshiervani adamshiervani moved this to Done in JetKVM Sep 26, 2025
@adamshiervani adamshiervani added this to the 0.5.0 milestone Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants