mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
#3074 Cleanup and fixes for issues with accessibility for gantt and journey diagrams
This commit is contained in:
@@ -13,7 +13,7 @@ export const setAccTitle = function (txt) {
|
||||
title = sanitizeText(txt).replace(/^\s+/g, '');
|
||||
};
|
||||
|
||||
export const getTitle = function () {
|
||||
export const getAccTitle = function () {
|
||||
return title;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ export const getAccDescription = function () {
|
||||
|
||||
export default {
|
||||
setAccTitle,
|
||||
getTitle,
|
||||
getAccTitle,
|
||||
getAccDescription,
|
||||
setAccDescription,
|
||||
clear,
|
||||
|
Reference in New Issue
Block a user