From ac67aa49af363bd27d7031bf52b0a1e193aa267b Mon Sep 17 00:00:00 2001 From: bdbch Date: Mon, 29 Jan 2024 13:50:39 +0100 Subject: [PATCH] Update Tiptap version in NodePos documentation --- docs/api/nodepos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/nodepos.md b/docs/api/nodepos.md index fd3005ff63b..396c0cddf41 100644 --- a/docs/api/nodepos.md +++ b/docs/api/nodepos.md @@ -6,7 +6,7 @@ tableOfContents: true ## Introduction -Node Positions (short `NodePos`) are a new concept introduced with Tiptap 3.0.0. They are used to describe a specific position of a node, it's children, it's parent and easy ways to navigate between them. They are heavily inspired by the DOM and are based on Prosemirror's [ResolvedPos](https://prosemirror.net/docs/ref/#model.ResolvedPos) implementation. +Node Positions (short `NodePos`) are a new concept introduced with Tiptap 2.2.0. They are used to describe a specific position of a node, it's children, it's parent and easy ways to navigate between them. They are heavily inspired by the DOM and are based on Prosemirror's [ResolvedPos](https://prosemirror.net/docs/ref/#model.ResolvedPos) implementation. ## Usage