mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-27 02:38:45 +02:00
Move to TanStack Start from Next.js (#184)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./unset-all-marks"
|
||||
@@ -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