Bug with Neighboring CodeMirror Nodes

I was trying to implement the CodeMirror instance when I found this bug with the selection in the demo at https://prosemirror.net/examples/codemirror/. When two CodeMirror nodes are next to each other without a separating paragraph block, the selection either seems to skip or is blocked by the other CodeMirror node.