Skip to content

Commit

Permalink
Add changelog and link the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Oct 21, 2022
1 parent d174d4d commit ecb0a43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fix

- `InserterListItem`: Fix dragging and dropping in Firefox. ([#44631](https://github.com/WordPress/gutenberg/pull/44631))

## 10.3.0 (2022-10-19)

### Bug Fix
Expand Down
1 change: 1 addition & 0 deletions test/e2e/specs/editor/various/inserting-blocks.spec.js
Expand Up @@ -191,6 +191,7 @@ test.describe( 'Inserting blocks (@firefox, @webkit)', () => {
);

// FIXME: I think we should show the indicator when hovering on patterns as well?
// @see https://github.com/WordPress/gutenberg/issues/45183
// await expect( insertingBlocksUtils.indicator ).toBeVisible();

const paragraphBoundingBox = await paragraphBlock.boundingBox();
Expand Down

0 comments on commit ecb0a43

Please sign in to comment.