Skip to content

Commit bb6367e

Browse files
authored
Merge pull request #67 from badasswp/chore/fix-console-errors
Chore: Fix console warnings & errors
2 parents a3292e8 + f7c7669 commit bb6367e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.7.0
44
* Fix: Issue with rich content replacement (HTML bearing string).
55
* Feat: On Modal open, show items found for Highlighted text.
6+
* Fix: Console warnings & errors.
67

78
## 1.6.0
89
* Feat: Add search and replace functionality for __Table Block__.

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht
6666
= 1.7.0 =
6767
* Fix: Issue with rich content replacement (HTML bearing string).
6868
* Feat: On Modal open, show items found for Highlighted text.
69+
* Fix: Console warnings & errors.
6970

7071
= 1.6.0 =
7172
* Feat: Add search and replace functionality for __Table Block__.

src/core/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,15 @@ const SearchReplaceForBlockEditor = (): JSX.Element => {
379379
onChange={ ( value ) => setSearchInput( value ) }
380380
placeholder="Lorem ipsum..."
381381
__nextHasNoMarginBottom
382+
__next40pxDefaultSize
382383
/>
383384
<TextControl
384385
type="text"
385386
label={ __( 'Replace' ) }
386387
value={ replaceInput }
387388
onChange={ ( value ) => setReplaceInput( value ) }
388389
__nextHasNoMarginBottom
390+
__next40pxDefaultSize
389391
/>
390392
</div>
391393

0 commit comments

Comments
 (0)