1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

Fix linting

This commit is contained in:
Sunny Hirai
2021-03-29 01:06:51 -07:00
parent 0434182166
commit cf42529704
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ import { isDOMText, getPlainText } from '../utils/dom'
/**
* `withReact` adds React and DOM specific behaviors to the editor.
*
*
* If you are using TypeScript, you must extend Slate's CustomTypes to use
* this plugin.
*
*
* See https://docs.slatejs.org/concepts/11-typescript to learn how.
*/