editor.md的时序图中的raphael库引发的下拉列表错位 #7
This commit is contained in:
@@ -19,9 +19,9 @@ export class EditorConfig {
|
||||
public markdown = '';
|
||||
public flowChart = true;
|
||||
public syncScrolling = true;
|
||||
public sequenceDiagram = true;
|
||||
public sequenceDiagram = false; // 时序图/序列图
|
||||
public imageUpload = true;
|
||||
public imageFormats = ['jpg', 'jpeg', 'gif', 'png', 'bmp', 'webp'];
|
||||
public imageUploadURL = environment.host + '/imgUpload';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user