chore(i18n): translate "Note has been deleted"

This commit is contained in:
Elian Doran
2025-01-07 12:44:30 +02:00
parent 1dcc839bab
commit ab9769c93b
4 changed files with 9 additions and 3 deletions

View File

@@ -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);