osu-web
osu-web copied to clipboard
Update slatejs
- Updates to latest slate
- fixes (most of) review editor typings
- corrects the method of resetting document and deleting last node.
-
Slate.value
only used for initial value now; slate is supposed to only be modified usingtransforms
andoperations
or settingchildren
and triggeringonChange()
directly - typescript updated
- [x] #9064
Largely doesn't change declarations (e.g. private
, readonly
, etc) or cleanup logic, since this is mostly about updating slate and its usage.
closes #9057 maybe fixes #6097
yarn lint
passed here, weird 🤔
....or I could just have not pushed the commit 🥇
Conflicts...