Skip to content

Commit d1b49fa

Browse files
committed
lint
1 parent 5b17478 commit d1b49fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/renderer/features/message-editor/tiptap/useTiptapEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function useTiptapEditor(options: UseTiptapEditorOptions) {
258258
tr.insertText(" ", pos + chipNode.nodeSize);
259259
view.dispatch(tr);
260260
}
261-
} catch (error) {
261+
} catch (_error) {
262262
toast.error("Failed to paste image");
263263
}
264264
}

0 commit comments

Comments
 (0)