Skip to content

Conversation

@vikas-sharma123
Copy link

This PR fixes a bug where typing inside an input field (like the “Set Pen Size” block) caused other blocks in the workspace to duplicate or glitch.

The issue happened because workspace keyboard events were still active while typing in input fields.

I’ve added a simple check in activity.js to stop keydown events from propagating when the event target is an input box.

Tested locally — the duplication no longer happens and other keyboard shortcuts still work fine.

Fixes #4788

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

✅ All Jest tests passed! This PR is ready to merge.

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.

Typing in “Width” Block Input Causes Duplicate Blocks

1 participant