Skip to content

Commit f4d9c92

Browse files
committed
Clean up.
1 parent aa88054 commit f4d9c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/supports/block-guard.js

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ const withBlockGuard = createHigherOrderComponent((BlockEdit) => {
230230
const parentLink = expander.closest(
231231
'.block-editor-list-view-block-select-button'
232232
);
233+
233234
if (parentLink) {
234235
parentLink.setAttribute('aria-expanded', 'false');
235236
parentLink.style.pointerEvents = 'none';

0 commit comments

Comments
 (0)