Skip to content

Commit

Permalink
Added strategy fixed to dropdown of image node options
Browse files Browse the repository at this point in the history
  • Loading branch information
gaagul committed Feb 19, 2024
1 parent 0cbde52 commit c546f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/CustomExtensions/Image/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Menu = ({ align, editor, updateAttributes, deleteNode }) => {
className="neeto-editor__image-menu"
icon={MenuHorizontal}
position="top"
strategy="fixed"
>
{menuOptions.map(({ Icon, optionName, alignPos }) => (
<Button
Expand Down

0 comments on commit c546f5e

Please sign in to comment.