mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
chore(react/ribbon): bring back tab filtering
This commit is contained in:
5
apps/client/src/widgets/ribbon/ribbon-interface.ts
Normal file
5
apps/client/src/widgets/ribbon/ribbon-interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import FNote from "../../entities/fnote";
|
||||
|
||||
export interface TabContext {
|
||||
note: FNote | null | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user