mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
feat(react/ribbon): port image properties
This commit is contained in:
@@ -3,4 +3,5 @@ import FNote from "../../entities/fnote";
|
||||
export interface TabContext {
|
||||
note: FNote | null | undefined;
|
||||
hidden: boolean;
|
||||
ntxId?: string | null | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user