From 6b5f45dc8e9e3c85999588ae9a2037e12b427fbb Mon Sep 17 00:00:00 2001 From: Renato Augusto Gama dos Santos Date: Tue, 16 Jul 2024 16:37:38 -0300 Subject: [PATCH] AI Proofread: Stable suggestions --- .../ai-assistant-plugin/components/breve/highlight/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx index ee1ae151cedb0..d40e0afbceab0 100644 --- a/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx +++ b/projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/highlight/index.tsx @@ -96,8 +96,7 @@ export default function Highlight() { const handleApplySuggestion = () => { // Apply known fixes - const render = fixes.listItem( suggestions?.html, true ); // Replace li for WP tags - + const render = fixes.table( fixes.listItem( suggestions?.html, true ) ); const [ newBlock ] = rawHandler( { HTML: render } ); updateBlockAttributes( block, newBlock.attributes ); };