Skip to content

Commit

Permalink
Fix initial undo ID being initialized incorrectly resulting in unexpe…
Browse files Browse the repository at this point in the history
…cted behavior

adeira-source-id: 08f61b5ce182232eaa565cd9d41da7d9a8d44658
  • Loading branch information
itsdouges authored and triplex-bot committed Nov 13, 2024
1 parent fe69eaa commit 38f17df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-yaks-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/server": patch
---

Fix initial undo ID being set to length - 1 instead of 0 resulting in unexpected behavior when undo/redoing.

0 comments on commit 38f17df

Please sign in to comment.