- Submit inline form on click outside, fixes

"You have an unsaved description" doesn't go away after saving.

Thanks to pravdomil and xet7 !

Fixes #1287
This commit is contained in:
Lauri Ojansivu 2018-06-26 01:40:13 +03:00
parent aa2a15bf1b
commit daa95c582e

View file

@ -8,7 +8,9 @@ This release adds the following new features:
and fixes the following bugs:
* [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710);
* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714).
* [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714);
* [Submit inline form on click outside]https://github.com/wekan/wekan/pull/1717), fixes
["You have an unsaved description" doesn't go away after saving](https://github.com/wekan/wekan/issues/1287).
Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions.