mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
chore: 🤖 clean up debug code
This commit is contained in:
@@ -495,7 +495,6 @@ export default class TabRowWidget extends BasicWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
noteContextRemovedEvent({ ntxIds }: EventData<"noteContextRemoved">) {
|
noteContextRemovedEvent({ ntxIds }: EventData<"noteContextRemoved">) {
|
||||||
console.log(ntxIds);
|
|
||||||
for (const ntxId of ntxIds) {
|
for (const ntxId of ntxIds) {
|
||||||
this.removeTab(ntxId);
|
this.removeTab(ntxId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user