1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-26 16:13:10 +02:00
slate/packages
Andrew Herron 2dad21d1d7
set_node operations did not invert correctly after serialization (#4078)
* Use null instead of undefined as the old value for set_node operations that add a property

* Changelog

* Omit undefined values from `set_node` operations completely. Delete missing property values in `Transforms.apply()` instead.

* Add tests for removing set_node properties with null and undefined
2021-04-13 11:06:07 -04:00
..