diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
index 4f13628e4490764b1bae439f27e1660ab1e19024..5a4af148c0f79b506cbd5ad44b221a744555889c 100644
--- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
+++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit.phtml
@@ -89,6 +89,7 @@ require([
                         $('.page-actions').floatingHeader({
                             'title': '.category-edit-title'
                         });
+                        $('body').trigger('contentUpdated');
                         try {
                             if (refreshTree) {
                                 window.refreshTreeArea();