mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #239] [MERGED] pass paste event instead of just pasted text #1169
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1169
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/239
Author: @kommander
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @kommander
Base:
main← Head:paste-event📝 Commits (3)
beb1bf0onPaste with actual event passed283343ccleanup inline imports6d71f3dadjust solid test📊 Changes
10 files changed (+155 additions, -63 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+7 -7)📝
packages/core/src/examples/physx-planck-2d-demo.ts(+1 -2)📝
packages/core/src/examples/physx-rapier-2d-demo.ts(+1 -2)📝
packages/core/src/lib/tree-sitter/client.test.ts(+2 -3)📝
packages/core/src/renderables/Input.test.ts(+2 -2)📝
packages/core/src/renderables/Text.test.ts(+1 -10)📝
packages/core/src/renderables/Textarea.test.ts(+69 -31)📝
packages/core/src/renderables/Textarea.ts(+3 -3)📝
packages/core/src/tests/renderable.test.ts(+68 -2)📝
packages/solid/tests/events.test.tsx(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.