Add history (undo/redo) to text variable editors (#9889)

https://github.com/user-attachments/assets/83689fd9-1b00-49ff-938a-748822baf15f
This commit is contained in:
Baptiste Devessier
2025-01-28 18:35:36 +01:00
committed by GitHub
parent 180f6c28a4
commit 7195614926
5 changed files with 117 additions and 0 deletions

View File

@ -39,6 +39,7 @@
"@tiptap/core": "^2.10.4",
"@tiptap/extension-document": "^2.10.4",
"@tiptap/extension-hard-break": "^2.10.4",
"@tiptap/extension-history": "^2.10.4",
"@tiptap/extension-paragraph": "^2.10.4",
"@tiptap/extension-placeholder": "^2.10.4",
"@tiptap/extension-text": "^2.10.4",