mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
quote
This commit is contained in:
@@ -140,7 +140,8 @@ export const mainExtensions = [
|
||||
parentName === "column" ||
|
||||
parentName === "tableCell" ||
|
||||
parentName === "tableHeader" ||
|
||||
parentName === "callout"
|
||||
parentName === "callout" ||
|
||||
parentName === "blockquote"
|
||||
) {
|
||||
return i18n.t("Write...");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user