You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added key interception to prevent form submission on enter key (#10617)
* added key interception to prevent form submission on enter key
* Added event handlers for both classification input fields
Using more specific selectors to prevent event bubbling
Added explicit return false to ensure event propagation stops
Moved the Enter key handling before the repeat initialization
---------
Co-authored-by: Drini Cami <cdrini@gmail.com>
0 commit comments