mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
chore(client/ts): port backend_log
This commit is contained in:
parent
423037b9d6
commit
6df588da22
@ -20,6 +20,10 @@ const TPL = `<div style="height: 100%; display: flex; flex-direction: column;">
|
||||
</div>`;
|
||||
|
||||
export default class BackendLogWidget extends AbstractCodeTypeWidget {
|
||||
|
||||
private $editor!: JQuery<HTMLElement>;
|
||||
private $refreshBackendLog!: JQuery<HTMLElement>;
|
||||
|
||||
doRender() {
|
||||
super.doRender();
|
||||
this.$widget = $(TPL);
|
Loading…
x
Reference in New Issue
Block a user