GitXplorerGitXplorer
o

prosemirror-safari-ime-span

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1d3b5e475db5d7910a91ddf3d5a96d9dcb222871

chore(master): release 1.0.2 (#4)

ggithub-actions[bot] committed 6 months ago
Verified
aa74f521b90164952daa8ecd4037be6a80fd5cb1

fix: avoid plugin state updates (#3)

oocavue committed 6 months ago
Verified
a3db3554689a293d9a9e15d848b2dabe4c4cf1ed

chore(master): release 1.0.1 (#2)

ggithub-actions[bot] committed 7 months ago
Unverified
7ef0fc8fb23aed3f0161744041d8b53d4152f0d7

fix: adjust decoration placement side

oocavue committed 7 months ago
Verified
1feace1a32aa766e8fce00277c5b3dbabd255d70

chore(master): release 1.0.0 (#1)

ggithub-actions[bot] committed 7 months ago
Unverified
49084798d64f4e88125d3243e3b82693d319da8c

chore: remove test

oocavue committed 7 months ago

README

The README file for this repository.

prosemirror-safari-ime-span

NPM version

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.

Usage

import { imeSpan } from 'prosemirror-safari-ime-span'

License

MIT