David Chang
David Chang
@cpojer - would you mind chiming in here on whether consumers will need to ignore specific properties or if Draft itself should communicate that some properties should be ignored during...
actually, eek - i mislabeled this. getCurrentInlineStyle, by definition, when you have selected multiple characters, doesn't compute the intersection of all of those characters' styles. it just uses that of...
@hellendag - could you give some context as to why getCurrentInlineStyle doesn't take the intersection? i was going to patch the rich text example with an adaptation of getSelectionInlineStyle (link...
Worth noting that the docs show code exporting `authOptions` like this in https://next-auth.js.org/configuration/nextjs#getserversession , that's how i ran into this issue