[PR #501] [MERGED] add key event stopPropagation #1364

Closed
opened 2026-03-14 09:32:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/501
Author: @kommander
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @kommander

Base: mainHead: stop-propagation


📝 Commits (1)

  • a97953e implement stopPropagation

📊 Changes

3 files changed (+610 additions, -4 deletions)

View changed files

packages/core/src/lib/KeyHandler.integration.test.ts (+282 -0)
packages/core/src/lib/KeyHandler.stopPropagation.test.ts (+278 -0)
📝 packages/core/src/lib/KeyHandler.ts (+50 -4)

📄 Description

does not call any further listeners in the chain


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/501 **Author:** [@kommander](https://github.com/kommander) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `stop-propagation` --- ### 📝 Commits (1) - [`a97953e`](https://github.com/anomalyco/opentui/commit/a97953e3eb854ee615e9df08faa9f7a0c1cee451) implement stopPropagation ### 📊 Changes **3 files changed** (+610 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `packages/core/src/lib/KeyHandler.integration.test.ts` (+282 -0) ➕ `packages/core/src/lib/KeyHandler.stopPropagation.test.ts` (+278 -0) 📝 `packages/core/src/lib/KeyHandler.ts` (+50 -4) </details> ### 📄 Description does not call any further listeners in the chain --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:32:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1364
No description provided.