fixed the Open Mind button display issue in the WordPress 6.7 posts toolbar

This commit is contained in:
Nikita 2024-11-27 23:45:38 +03:00
parent 7de97e03cf
commit 323f40938d

View file

@ -59,7 +59,7 @@ const mountEditorToolbarToggle = () => {
}
const postHeader = document.querySelector(
'.edit-post-header__toolbar'
'.editor-header__toolbar, .edit-post-header__toolbar'
);
if (postHeader) {