mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
fix: running entry should be above start form
This commit is contained in:
parent
971f5885f2
commit
b516bdb962
1 changed files with 1 additions and 1 deletions
|
|
@ -75,8 +75,8 @@ export class TimesheetApp extends DomComponent {
|
|||
);
|
||||
|
||||
this.addChild(counters);
|
||||
this.addChild(startForm);
|
||||
this.addChild(runningEntry);
|
||||
this.addChild(startForm);
|
||||
this.addChild(table);
|
||||
this.addChild(exportActions);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue