Skip to content

Commit

Permalink
Revert unintended changes and Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 28, 2023
1 parent e72d8c2 commit 275e168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 935 deletions.
3 changes: 1 addition & 2 deletions packages/block-editor/src/components/block-tools/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* WordPress dependencies
*/
import { switchToBlockType } from '@wordpress/blocks';
import { switchToBlockType, isUnmodifiedDefaultBlock } from '@wordpress/blocks';
import { useSelect, useDispatch } from '@wordpress/data';
import { Popover } from '@wordpress/components';
import { __unstableUseShortcutEventMatch as useShortcutEventMatch } from '@wordpress/keyboard-shortcuts';
import { useRef } from '@wordpress/element';
import { isUnmodifiedDefaultBlock } from '@wordpress/blocks';

/**
* Internal dependencies
Expand Down
Loading

0 comments on commit 275e168

Please sign in to comment.