Skip to content

Commit

Permalink
Block Editor: Update DefaultBlockAppender snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Dec 10, 2019
1 parent ddbde55 commit 9ff70d4
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ exports[`DefaultBlockAppender should append a default block when input focused 1
<div
className="wp-block editor-default-block-appender block-editor-default-block-appender"
data-root-client-id=""
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<WithDispatch(WithSelect(WithFilters(BlockDropZone))) />
<TextareaAutosize
Expand Down Expand Up @@ -40,8 +38,6 @@ exports[`DefaultBlockAppender should match snapshot 1`] = `
<div
className="wp-block editor-default-block-appender block-editor-default-block-appender"
data-root-client-id=""
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<WithDispatch(WithSelect(WithFilters(BlockDropZone))) />
<TextareaAutosize
Expand All @@ -64,8 +60,6 @@ exports[`DefaultBlockAppender should optionally show without prompt 1`] = `
<div
className="wp-block editor-default-block-appender block-editor-default-block-appender"
data-root-client-id=""
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<WithDispatch(WithSelect(WithFilters(BlockDropZone))) />
<TextareaAutosize
Expand Down

0 comments on commit 9ff70d4

Please sign in to comment.