We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc9138 commit 56246e2Copy full SHA for 56246e2
src/block-components/icon/index.js
@@ -211,9 +211,9 @@ export const Icon = props => {
211
if ( processedIconRef.current === _icon && _icon ) {
212
dispatch( 'stackable/page-icons' ).removePageIcon( _icon )
213
processedIconRef.current = null
214
- setIcon( _icon ) // Use the original icon directly
215
- lastIconValueRef.current = _icon
216
}
+ setIcon( _icon ) // Use the original icon directly
+ lastIconValueRef.current = _icon
217
return
218
219
0 commit comments