Skip to content

Commit 3e01080

Browse files
committed
chore: don't break the build
1 parent 3d592d1 commit 3e01080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/08-extensions/01-tiptap-arrow-conversion/src/ArrowConversionExtension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const ArrowConversionExtension = Extension.create({
66
addInputRules() {
77
return [
88
{
9+
undoable: true,
910
find: /->/g,
1011
handler: ({ state, range, chain }) => {
1112
const { from, to } = range;

0 commit comments

Comments
 (0)