mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
5c14d38dfd
commit
2976349c27
18 changed files with 192 additions and 78 deletions
|
|
@ -354,9 +354,6 @@ export class Graph extends Model {
|
|||
});
|
||||
});
|
||||
this.searchGraph(options.type !== "global");
|
||||
if (this.type !== "local") {
|
||||
setPanelFocus(this.element);
|
||||
}
|
||||
}
|
||||
|
||||
private reset(conf: IGraphCommon & ({ dailyNote: boolean } | { minRefs: number, dailyNote: boolean })) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue