diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1b893ac..24f9331e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ [#1977](https://github.com/nextcloud/cookbook/pull/1977) @christianlupus - Remove unclear nutrition option for deleting nutrition info items and replace with designated delete button [#1978](https://github.com/nextcloud/cookbook/pull/1978) @seyfeb +- Make reordering of nutrition data more smooth + [#1979](https://github.com/nextcloud/cookbook/pull/1979) @christianlupus ### Maintenance - Add PHP lint checker to ensure valid (legacy) PHP syntax diff --git a/src/components/FormComponents/EditMultiselectInputGroup.vue b/src/components/FormComponents/EditMultiselectInputGroup.vue index baadf71dc..88ad0d055 100644 --- a/src/components/FormComponents/EditMultiselectInputGroup.vue +++ b/src/components/FormComponents/EditMultiselectInputGroup.vue @@ -1,8 +1,11 @@