Skip to content

Commit 3e01080

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)