yjs / y-prosemirror

ProseMirror editor binding for Yjs
https://demos.yjs.dev/prosemirror/prosemirror.html
MIT License
335 stars 116 forks source link

Check for object nullness in equalAttrs #84

Closed TeemuKoivisto closed 2 years ago

TeemuKoivisto commented 2 years ago

As described in https://github.com/yjs/y-prosemirror/issues/83 this is the proposed fix. Not sure would you @dmonad prefer inlining the condition. I used a function since it felt a little cleaner.

dmonad commented 2 years ago

Thank you @TeemuKoivisto ! I will publish a new release shortly.

Close #83