@tiptap/core 2.0.0-rc.1 → 2.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
- package/src/ExtensionManager.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -991,7 +991,7 @@ class ExtensionManager {
|
|
|
991
991
|
get plugins() {
|
|
992
992
|
const { editor } = this;
|
|
993
993
|
// With ProseMirror, first plugins within an array are executed first.
|
|
994
|
-
// In
|
|
994
|
+
// In Tiptap, we provide the ability to override plugins,
|
|
995
995
|
// so it feels more natural to run plugins at the end of an array first.
|
|
996
996
|
// That’s why we have to reverse the `extensions` array and sort again
|
|
997
997
|
// based on the `priority` option.
|