1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

Customize get dirty paths (#5069)

* Move getDirtyPaths to the Editor object to allow for customization

* Add changeset for getDirtyPaths customization

Co-authored-by: Tom Krenzke <tom@daybreakhealth.com>
This commit is contained in:
krenzke
2022-08-17 23:54:21 -07:00
committed by GitHub
parent 82a10a38e6
commit 46d113fe1e
5 changed files with 86 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
---
'slate': patch
---
Expose getDirtyPaths method on Editor object to allow for customization