We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c556143 commit 394cdcdCopy full SHA for 394cdcd
api/server/routes/handlers.js
@@ -2,7 +2,7 @@ const _ = require('lodash');
2
const citationRegex = /\[\^\d+?\^]/g;
3
const backtick = /(?<!`)[`](?!`)/g;
4
// const singleBacktick = /(?<!`)[`](?!`)/;
5
-const cursorDefault = '<span class="result-streaming">█</span>';
+const cursorDefault = '<span className="result-streaming">█</span>';
6
const { getCitations, citeText } = require('../../app/');
7
8
const handleError = (res, message) => {
0 commit comments