Closed filipjakub closed 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
<cms-quick-edit>
save()
@blur
Released in v4.3.7.
v4.3.7
This is a fix for
<cms-quick-edit>
, where thesave()
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 thesave()
function