1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00

Add changeset for triple click fix (#4503)

* Remove changeset for the fix for regression caused by triple click fix

* fix: incorrect Slate range when triple clicking a block (#4455)
This commit is contained in:
Trang Le
2021-09-09 23:46:45 +07:00
committed by GitHub
parent f5c0cbd7ec
commit 2065c5bdfd
2 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fix incorrect selection when triple clicking blocks in Editable component

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix: regression caused by triple click fix