mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
feat: feedback (#156)
* minimal tiptap * wip * img edit block * wip * fix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Extension } from '@tiptap/core'
|
||||
|
||||
export const UnsetAllMarks = Extension.create({
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-\\': () => this.editor.commands.unsetAllMarks()
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user