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