Skip to content
Snippets Groups Projects
Commit f57768c6 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fix(xpub): variable linter error prosemirror

parent 8716f68f
No related branches found
No related tags found
No related merge requests found
......@@ -94,10 +94,10 @@ export default {
// // view.focus()
// }
// }
small_caps: {
active: markActive(schema.marks.small_caps),
smallcaps: {
active: markActive(schema.marks.smallcaps),
content: icons.small_caps,
run: toggleMark(schema.marks.small_caps),
run: toggleMark(schema.marks.smallcaps),
title: 'Toggle small caps',
},
subscript: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment