@fileverse-dev/ddoc 2.0.3-patch-5 → 2.0.3-patch-6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +8 -8
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -76865,10 +76865,10 @@ const hHe = ({
|
|
76865
76865
|
isActive: () => t.isActive("blockquote")
|
76866
76866
|
},
|
76867
76867
|
{
|
76868
|
-
name: "Code",
|
76869
|
-
icon: "
|
76870
|
-
command: () => t.chain().focus().
|
76871
|
-
isActive: () => t.isActive("
|
76868
|
+
name: "Code Block",
|
76869
|
+
icon: "Braces",
|
76870
|
+
command: () => t.chain().focus().toggleCodeBlock().run(),
|
76871
|
+
isActive: () => t.isActive("codeBlock")
|
76872
76872
|
}
|
76873
76873
|
], r = n.filter((i) => i.isActive()).pop() ?? {
|
76874
76874
|
name: "Multiple"
|
@@ -79646,10 +79646,10 @@ const F3 = [
|
|
79646
79646
|
icon: "AlignLeft"
|
79647
79647
|
},
|
79648
79648
|
{
|
79649
|
-
name: "Code
|
79650
|
-
isActive: () => t.editor.isActive("
|
79651
|
-
command: () => t.editor.chain().focus().
|
79652
|
-
icon: "
|
79649
|
+
name: "Code",
|
79650
|
+
isActive: () => t.editor.isActive("code"),
|
79651
|
+
command: () => t.editor.chain().focus().toggleCode().run(),
|
79652
|
+
icon: "Code"
|
79653
79653
|
},
|
79654
79654
|
{
|
79655
79655
|
name: "Link",
|