mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
9ac2240120
commit
99d2708f08
2 changed files with 26 additions and 4 deletions
|
|
@ -493,7 +493,7 @@ export class Graph extends Model {
|
|||
return;
|
||||
}
|
||||
clearTimeout(this.timeout);
|
||||
addScript(`${Constants.PROTYLE_CDN}/js/vis/vis-network.min.js?v=9.0.4`, "protyleVisScript").then(() => {
|
||||
addScript(`${Constants.PROTYLE_CDN}/js/vis/vis-network.min.js?v=9.1.2`, "protyleVisScript").then(() => {
|
||||
this.timeout = window.setTimeout(() => {
|
||||
this.graphElement.firstElementChild.classList.remove("fn__none");
|
||||
this.graphElement.firstElementChild.firstElementChild.setAttribute("style", "width:3%");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue