mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
chore(i18n): translate "Note has been deleted"
This commit is contained in:
@@ -253,7 +253,6 @@ export default class HighlightsListWidget extends RightPanelWidget {
|
||||
continue;
|
||||
}
|
||||
|
||||
console.log(subHtml);
|
||||
if (prevEndIndex !== -1 && startIndex === prevEndIndex) {
|
||||
// If the previous element is connected to this element in HTML, then concatenate them into one.
|
||||
$highlightsList.children().last().append(subHtml);
|
||||
|
||||
Reference in New Issue
Block a user