We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52151dd commit 3f342a4Copy full SHA for 3f342a4
src/renderer/history/README.md
@@ -25,10 +25,10 @@ The end result on our db looks like this
25
:states {:907fdbc9-d2ad-4697-bea3-9aa5e2c46054 {...}
26
:ed0cce51-d00e-43e0-a06a-04c72ccce98f {:elements {...} ; Our actual state
27
:explanation "Set x to 500.3"
28
- :id ed0cce51-d00e-43e0-a06a-04c72ccce98f
+ :id :ed0cce51-d00e-43e0-a06a-04c72ccce98f
29
:timestamp 1647882725718
30
:index 2
31
:parent :907fdbc9-d2ad-4697-bea3-9aa5e2c46054
32
- :children [cded6d1d-619f-4974-af95-8313cefd6f87]}
+ :children [:cded6d1d-619f-4974-af95-8313cefd6f87]}
33
:cded6d1d-619f-4974-af95-8313cefd6f87 {...}}}
34
```
0 commit comments