feat(notebook): add placeholder, redo and undo button (#3564)

This commit is contained in:
Meier Lukas
2025-07-07 21:08:35 +02:00
committed by GitHub
parent 7c0a7428d8
commit 3411354677
5 changed files with 96 additions and 49 deletions

View File

@@ -66,3 +66,7 @@
.tiptap[contenteditable="false"].resize-cursor {
pointer-events: none;
}
.ProseMirror {
height: 100%;
}