mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(views/table): remove unnecessary log
This commit is contained in:
parent
6456bb34ae
commit
8614d39ef4
@ -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}`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user