mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 00:29:59 +01:00
unified SQL syntax to uppercase
This commit is contained in:
@@ -38,7 +38,7 @@ const addLink = (function() {
|
||||
}
|
||||
},
|
||||
// this is called when user goes through autocomplete list with keyboard
|
||||
// at this point the item isn't selected yet so we use supplied ui.item to see where the cursor is
|
||||
// at this point the item isn't selected yet so we use supplied ui.item to see WHERE the cursor is
|
||||
focus: (event, ui) => {
|
||||
const noteId = link.getNodePathFromLabel(ui.item.value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user