fix: 【文件】流程图新组件复选框在360浏览器中显示异常修改
This commit is contained in:
parent
259351cdd2
commit
f0ec9b7826
2
public/js/drawio/js/diagramly/App.js
vendored
2
public/js/drawio/js/diagramly/App.js
vendored
@ -791,7 +791,7 @@ App.main = function(callback, createUi)
|
||||
(urlParams['embed'] == '1' && urlParams['gapi'] == '1')) && isSvgBrowser &&
|
||||
isLocalStorage && (document.documentMode == null || document.documentMode >= 10))))
|
||||
{
|
||||
mxscript('https://apis.google.com/js/api.js?onload=DrawGapiClientCallback', null, null, null, mxClient.IS_SVG);
|
||||
// mxscript('https://apis.google.com/js/api.js?onload=DrawGapiClientCallback', null, null, null, mxClient.IS_SVG);
|
||||
}
|
||||
// Disables client
|
||||
else if (typeof window.gapi === 'undefined')
|
||||
|
1264
public/js/drawio/js/grapheditor/Format.js
vendored
1264
public/js/drawio/js/grapheditor/Format.js
vendored
File diff suppressed because it is too large
Load Diff
@ -791,7 +791,7 @@ App.main = function(callback, createUi)
|
||||
(urlParams['embed'] == '1' && urlParams['gapi'] == '1')) && isSvgBrowser &&
|
||||
isLocalStorage && (document.documentMode == null || document.documentMode >= 10))))
|
||||
{
|
||||
mxscript('https://apis.google.com/js/api.js?onload=DrawGapiClientCallback', null, null, null, mxClient.IS_SVG);
|
||||
// mxscript('https://apis.google.com/js/api.js?onload=DrawGapiClientCallback', null, null, null, mxClient.IS_SVG);
|
||||
}
|
||||
// Disables client
|
||||
else if (typeof window.gapi === 'undefined')
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user