mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
Revert "chore(react): prototype for note context"
This reverts commit 660db3b3ab.
This commit is contained in:
@@ -15,7 +15,7 @@ type EventHandler = ((data: any) => void);
|
||||
* event / command is executed in all components - by simply awaiting the `triggerEvent()`.
|
||||
*/
|
||||
export class TypedComponent<ChildT extends TypedComponent<ChildT>> {
|
||||
$widget!: JQuery<HTMLElement | DocumentFragment>;
|
||||
$widget!: JQuery<HTMLElement>;
|
||||
componentId: string;
|
||||
children: ChildT[];
|
||||
initialized: Promise<void> | null;
|
||||
|
||||
Reference in New Issue
Block a user