README
slate-on-select
Fix the selection update in the inline end, by implement PR #1582
Usage
yarn install slate-on-select
import SelectPlugin from 'slate-on-select'
export default SelectPlugin()
Fix Inline Selection of Slate
<script type="module">
import slateOnSelect from 'https://cdn.skypack.dev/slate-on-select';
</script>
Fix the selection update in the inline end, by implement PR #1582
yarn install slate-on-select
import SelectPlugin from 'slate-on-select'
export default SelectPlugin()