diff --git a/CHANGELOG.md b/CHANGELOG.md index e940e74b9b..a68cc595b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ ### Changes -- Changes handling of `order` and `groups` in the `admin-bar` module to respect, rather that reverse, the order of items +* Changes handling of `order` and `groups` in the `admin-bar` module to respect, rather that reverse, the order of items +* Interacting with the text inside a rich text widget will hide the widget controls to prevent awkawrd text selection. ### Fixes diff --git a/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue b/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue index d9e1e3fcaa..724c918c18 100644 --- a/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue +++ b/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue @@ -25,7 +25,10 @@ class="apos-area-widget-controls apos-area-widget__label" :class="labelsClasses" > -