diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fad2b..9349cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.7.0 * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. +* Fix: Console warnings & errors. ## 1.6.0 * Feat: Add search and replace functionality for __Table Block__. diff --git a/readme.txt b/readme.txt index 1421899..d242d58 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht = 1.7.0 = * Fix: Issue with rich content replacement (HTML bearing string). * Feat: On Modal open, show items found for Highlighted text. +* Fix: Console warnings & errors. = 1.6.0 = * Feat: Add search and replace functionality for __Table Block__. diff --git a/src/core/app.tsx b/src/core/app.tsx index 627f5ad..801af19 100644 --- a/src/core/app.tsx +++ b/src/core/app.tsx @@ -379,6 +379,7 @@ const SearchReplaceForBlockEditor = (): JSX.Element => { onChange={ ( value ) => setSearchInput( value ) } placeholder="Lorem ipsum..." __nextHasNoMarginBottom + __next40pxDefaultSize /> { value={ replaceInput } onChange={ ( value ) => setReplaceInput( value ) } __nextHasNoMarginBottom + __next40pxDefaultSize />