mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-10 01:29:49 +02:00
Link fix
This commit is contained in:
@@ -24,7 +24,6 @@ export const clear = function () {
|
||||
export const setTitle = function (txt) {
|
||||
let sanitizedText = common.sanitizeText(txt, configApi.getConfig());
|
||||
title = sanitizedText;
|
||||
|
||||
};
|
||||
|
||||
export const getTitle = function () {
|
||||
|
Reference in New Issue
Block a user