Skip to content

Commit 028f944

Browse files
committed
Update useTiptapEditor.ts
1 parent 73a0a62 commit 028f944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function useTiptapEditor(options: UseTiptapEditorOptions) {
173173

174174
const textToInsert = paths.map((p) => `"${p}"`).join(" ");
175175

176-
view.dispatch(view.state.tr.insertText(textToInsert + " ", pos));
176+
view.dispatch(view.state.tr.insertText(`${textToInsert} `, pos));
177177
return true;
178178
}
179179

0 commit comments

Comments
 (0)