Skip to content

Commit

Permalink
🚸 (editor) Fix buttons textarea size when con…
Browse files Browse the repository at this point in the history
Closes #1327
  • Loading branch information
baptisteArno committed Mar 15, 2024
1 parent 9b9282e commit cf73900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const ButtonsItemNode = ({ item, indices, isMouseOver }: Props) => {
<EditableTextarea
onMouseDownCapture={(e) => e.stopPropagation()}
resize="none"
rows={1}
onWheelCapture={(e) => e.stopPropagation()}
/>
</Editable>
<HitboxExtension />
Expand Down

0 comments on commit cf73900

Please sign in to comment.