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

Avoid transforming dirty paths if the op won't touch them (#4735)

* Avoid transforming dirty paths if the op won't touch them

* Avoid the loop entirely if op doesn't affect path
This commit is contained in:
Steve Marquis
2021-12-18 07:39:09 -08:00
committed by GitHub
parent ccafb6982f
commit e5427dddfc
5 changed files with 61 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
'slate': patch
---
Optimize path transforms during normalization