1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-23 15:32:59 +02:00

update plugins reference

This commit is contained in:
Ian Storm Taylor
2016-07-12 10:42:01 -07:00
parent 8bb7bd3911
commit 713a7ab4d0

View File

@@ -36,7 +36,7 @@ The core plugin adds a default mark with an empty set of styles.
## Overriding Defaults
Any plugin you add to the editor will override the default behavior of the core plugin simply because it is always resolved last.
Any plugin you add to the editor will override the default behavior of the core plugin, because it is always resolved last.
However, sometimes you might want to disable the logic of the core plugin without actually adding any logic yourself. For example, you might want to prevent the `enter` key from performing any action. In those cases, you'll need to define a "noop" handler.