1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 01:19:52 +02:00

Fix: editor.selection is sometimes replaced with a new object even if the selection did not change (#5899)

* Fix: `editor.selection` replaced despite being unchanged

* Document earlier breaking change
This commit is contained in:
Joe Anderson
2025-06-16 20:25:44 +01:00
committed by GitHub
parent f2fa279231
commit 94fb04a42c
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'slate': patch
---
Fix: `editor.selection` is sometimes replaced with a new object even if the selection did not change