mirror of
https://github.com/zadam/trilium.git
synced 2026-06-16 22:10:14 +02:00
chore(right_pane): fix regression in highlights_list
This commit is contained in:
@@ -234,7 +234,7 @@ export default class HighlightsListWidget extends RightPanelWidget {
|
||||
}
|
||||
|
||||
findSubStr = findSubStr.substring(1);
|
||||
combinedRegexStr = `(${combinedRegexStr.substring(1)}`;
|
||||
combinedRegexStr = `(${combinedRegexStr.substring(1)})`;
|
||||
const combinedRegex = new RegExp(combinedRegexStr, "gi");
|
||||
const $highlightsList = $("<ol>");
|
||||
let prevEndIndex = -1,
|
||||
|
||||
Reference in New Issue
Block a user