mcnLeandro / UML_App

0 stars 0 forks source link

Should create button is prevented from default #14

Closed mcnLeandro closed 3 years ago

mcnLeandro commented 3 years ago

When I create columns with Enter key, button was also focused and new class was created . Have to prevent.

https://user-images.githubusercontent.com/72016706/127506285-113c8077-bae9-49c7-ba5a-d0cbbe133991.mov

mcnLeandro commented 3 years ago

This was my miss take.

Originally there was a code to prevent , but I deleted at 29c3cf4 https://github.com/mcnLeandro/UML_App/blob/b2ed40a215fa74d36fc9974167b135ae147ae161/src/js/controllers/foci_controller.js#L27 So, I fixed this as rewrite document.activeElement.blur()