This module exports a ProseMirror plugin to work around the bug in Safari where IME text replacement removes empty nodes when the composition finishes. See also prosemirror#934 for more details.
import { imeSpan } from 'prosemirror-safari-ime-span'
MIT