mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix editor placeholder bug
This commit is contained in:
parent
89f6311e46
commit
8f3e2ff663
@ -66,7 +66,9 @@ export const mainExtensions = [
|
||||
if (node.type.name === "detailsSummary") {
|
||||
return "Toggle title";
|
||||
}
|
||||
return 'Write anything. Enter "/" for commands';
|
||||
if (node.type.name === "paragraph") {
|
||||
return 'Write anything. Enter "/" for commands';
|
||||
}
|
||||
},
|
||||
includeChildren: true,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user