mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-05 21:05:13 +08:00
fixed the Open Mind button display issue in the WordPress 6.7 posts toolbar
This commit is contained in:
parent
7de97e03cf
commit
323f40938d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const mountEditorToolbarToggle = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const postHeader = document.querySelector(
|
const postHeader = document.querySelector(
|
||||||
'.edit-post-header__toolbar'
|
'.editor-header__toolbar, .edit-post-header__toolbar'
|
||||||
);
|
);
|
||||||
|
|
||||||
if (postHeader) {
|
if (postHeader) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue