We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa88054 commit f4d9c92Copy full SHA for f4d9c92
src/supports/block-guard.js
@@ -230,6 +230,7 @@ const withBlockGuard = createHigherOrderComponent((BlockEdit) => {
230
const parentLink = expander.closest(
231
'.block-editor-list-view-block-select-button'
232
);
233
+
234
if (parentLink) {
235
parentLink.setAttribute('aria-expanded', 'false');
236
parentLink.style.pointerEvents = 'none';
0 commit comments