feat: add undo button in DimensionsView for pending changes

This commit is contained in:
Christian Vidal Wolf
2026-04-09 09:13:18 +02:00
parent 1b0b35d3bf
commit 2ea5bf80aa
3 changed files with 28 additions and 83 deletions
+1
View File
@@ -414,6 +414,7 @@ export default function App() {
onSaveRow={handleSaveRow}
onCaptureState={captureState}
rowStatuses={rowStatuses}
onRevertRow={handleRevertRow}
/>
)}