C2LC-642: Pressing space key on loop iterations input field opens up the action panel

Metadata

Source
C2LC-642
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Daniel Cho
Created
2022-04-21T14:19:04.900-0400
Updated
2024-04-22T11:16:10.372-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

Interaction with the input field shouldn't open up the action panel, but space key event gets propagate to the keyDown handler of the corresponding startLoop block. We should stop the event propagation from LoopIterationsInput component.