Skip to content

Conversation

@masnwilliams
Copy link

@masnwilliams masnwilliams commented Jan 20, 2026

Note

Enhances clipboard synchronization in LiveView.

  • Adds @paste and @focus listeners to the overlay in video.vue and implements onPaste/onOverlayFocus to call syncClipboard() when hosting
  • Minor markup/comment normalization for <!-- KERNEL ... --> sections and small template/style formatting adjustments in controls.vue, menu.vue, and video.vue

Written by Cursor Bugbot for commit c522937. This will update automatically on new commits. Configure here.

Previously, clipboard sync only happened on mouseEnter events, which meant
users who tabbed back to the LiveView without moving their mouse couldn't
paste content. This adds paste and focus event handlers to sync the clipboard
when users attempt to paste or when the overlay receives focus.

Fixes KERNEL-859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants