Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
onClick() {
onChange( changeListType( value, { type: 'ol' } ) );
if ( isListRootSelected( value ) ) {
setAttributes( { ordered: true } );
}
},
},
onClick() {
onChange( changeListType( value, { type: 'ol' } ) );
if ( isListRootSelected( value ) ) {
onTagNameChange( 'ol' );
}
},
},
onClick() {
onChange( changeListType( value, { type: 'ul' } ) );
if ( isListRootSelected( value ) ) {
onTagNameChange( 'ul' );
}
},
},