Skip to content

Commit

Permalink
Fix image block crash
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Sep 11, 2024
1 parent 6a60081 commit eeb3fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { useEffect, useRef, useState } from '@wordpress/element';
import { __, sprintf } from '@wordpress/i18n';
import { image as icon, plugins as pluginsIcon } from '@wordpress/icons';
import { store as noticesStore } from '@wordpress/notices';
import { useResizeObserver } from '@wordpress/compose';

/**
* Internal dependencies
Expand Down

0 comments on commit eeb3fec

Please sign in to comment.