mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
@@ -248,6 +248,13 @@ class NoteContext extends Component {
|
||||
ntxId: this.ntxId
|
||||
}));
|
||||
}
|
||||
|
||||
async getTypeWidget() {
|
||||
return new Promise(resolve => appContext.triggerCommand('executeWithTypeWidget', {
|
||||
resolve,
|
||||
ntxId: this.ntxId
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
export default NoteContext;
|
||||
|
||||
Reference in New Issue
Block a user