baraja-core / cms

🛠️ Simple smart CMS for Nette and Vue.js
https://baraja.cz/cms
MIT License
16 stars 3 forks source link

Prevent double save on Enter key by calling blur event on keyup #62

Closed filipjakub closed 2 years ago

filipjakub commented 2 years ago

This is a fix for <cms-quick-edit>, where the save() function was called twice on Enter (Once for Enter, second time for @blur). Fixed by calling the @blur event on Enter keyup, while the @blur event calls the save() function

janbarasek commented 2 years ago

Released in v4.3.7.