mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
Repair eslint wraning (#2453)
This commit is contained in:
@@ -15,7 +15,9 @@ class DrawViewer {
|
||||
loadFile() {
|
||||
seafileAPI.getFileContent(window.app.config.rawPath).then((res) => {
|
||||
var doc = mxUtils.parseXml(res.data);
|
||||
/* eslint-disable */
|
||||
console.log(doc.documentElement);
|
||||
/* eslint-enable */
|
||||
this.setGraphXml(doc.documentElement);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user