osu-web icon indicating copy to clipboard operation
osu-web copied to clipboard

Update slatejs

Open notbakaneko opened this issue 2 years ago • 3 comments

  • 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 using transforms and operations or setting children and triggering onChange() 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

notbakaneko avatar Jun 27 '22 14:06 notbakaneko

yarn lint passed here, weird 🤔

notbakaneko avatar Jun 27 '22 14:06 notbakaneko

....or I could just have not pushed the commit 🥇

notbakaneko avatar Jun 28 '22 04:06 notbakaneko

Conflicts...

nanaya avatar Sep 16 '22 08:09 nanaya