Feature Request: updateAttributes and deleteNode props support to setMeta #5556
YaoKaiLun
started this conversation in
Feature Requests
Replies: 1 comment
-
You already have the editor instance available in the props, updateAttributes is meant to be a quick way to update the attributes of the current node, here is how it is implemented, you can implement this yourself if you wish to not have it be added to history or do more complex transformations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
tiptap/demos/src/GuideNodeViews/ReactComponent/React/Component.jsx
if have a way to make updateAttributes action not add to history, like
Use Case
Type
New feature
Beta Was this translation helpful? Give feedback.
All reactions