2
0

🐛 (editor) Fix undo / redo not working properly on button nodes

This commit is contained in:
Baptiste Arnaud
2022-11-17 17:46:24 +01:00
parent feaf49f137
commit c4a4aa3e83
2 changed files with 3 additions and 9 deletions

View File

@ -14,6 +14,7 @@ export const ItemNodeContent = ({ item, indices, isMouseOver }: Props) => {
case ItemType.BUTTON:
return (
<ButtonsItemNode
key={item.content}
item={item}
isMouseOver={isMouseOver}
indices={indices}