mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fix(desktop): wrong separator in spellcheck context menu
This commit is contained in:
@@ -37,7 +37,7 @@ function setupContextMenu() {
|
|||||||
handler: () => webContents.session.addWordToSpellCheckerDictionary(params.misspelledWord)
|
handler: () => webContents.session.addWordToSpellCheckerDictionary(params.misspelledWord)
|
||||||
});
|
});
|
||||||
|
|
||||||
items.push({ title: `----` });
|
items.push({ kind: "separator" });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (params.isEditable) {
|
if (params.isEditable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user