mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
chore(views/table): remove unnecessary log
This commit is contained in:
@@ -110,7 +110,6 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) {
|
|||||||
formatter: () => `<span class="bx bx-window-open"></span>`,
|
formatter: () => `<span class="bx bx-window-open"></span>`,
|
||||||
cellClick: (e, cell) => {
|
cellClick: (e, cell) => {
|
||||||
const noteId = cell.getRow().getCell("noteId").getValue();
|
const noteId = cell.getRow().getCell("noteId").getValue();
|
||||||
console.log("Got note ID", noteId);
|
|
||||||
if (noteId) {
|
if (noteId) {
|
||||||
link.goToLinkExt(e as MouseEvent, `#root/${noteId}`);
|
link.goToLinkExt(e as MouseEvent, `#root/${noteId}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user