2
0

🚸 (editor) Fix buttons textarea size when con…

Closes #1327
This commit is contained in:
Baptiste Arnaud
2024-03-15 14:11:08 +01:00
parent 9b9282e3d9
commit cf739000b5

View File

@ -135,7 +135,7 @@ export const ButtonsItemNode = ({ item, indices, isMouseOver }: Props) => {
<EditableTextarea <EditableTextarea
onMouseDownCapture={(e) => e.stopPropagation()} onMouseDownCapture={(e) => e.stopPropagation()}
resize="none" resize="none"
rows={1} onWheelCapture={(e) => e.stopPropagation()}
/> />
</Editable> </Editable>
<HitboxExtension /> <HitboxExtension />