mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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%");
|
||||
|
||||
28
app/stage/protyle/js/vis/vis-network.min.js
vendored
28
app/stage/protyle/js/vis/vis-network.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user