Skip to content

Commit 7561ed4

Browse files
committed
Add class to attributeFilter
1 parent 307b220 commit 7561ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/block-editor/src/components/grid/grid-visualizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const GridVisualizerGrid = forwardRef(
6767
setGridInfo( getGridInfo( gridElement ) );
6868
} );
6969
mutationObserver.observe( gridElement, {
70-
attributeFilter: [ 'style' ],
70+
attributeFilter: [ 'style', 'class' ],
7171
childList: true,
7272
subtree: true,
7373
} );

0 commit comments

Comments
 (0)