1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 04:02:33 +02:00

fix some doc's bug (with v0.57.1) (#3393)

* fix: code blocks's info string
this info string. should be `jsx`

* fix: editor's exec invoke
now, editor.exec() is not available in Slate v0.57.1
so, use editor.insertText() to instead it

*  refactor: delete a nerver used value

* update add new chinese translate
      update chinese translate to `v0.57.1`

Co-authored-by: Ian Storm Taylor <ian@ianstormtaylor.com>
This commit is contained in:
Xleine
2020-01-28 04:24:15 +08:00
committed by Ian Storm Taylor
parent 8202e08102
commit 217bdd611b
7 changed files with 28 additions and 38 deletions

View File

@@ -129,7 +129,7 @@ If even that's not enough, you can always [read the source itself](./packages/sl
There are also translations of the documentation into other languages:
- [中文](https://doodlewind.github.io/slate-doc-cn/)
- [中文](https://github.com/loveloki/slate-docs-cn): `v0.57.1`
If you're maintaining a translation, feel free to pull request it here!