mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-01 13:19:39 +02:00
Add missing export command
This commit is contained in:
@@ -149,7 +149,7 @@ const breakToPlaceholder = (s: string): string => {
|
||||
* @param useAbsolute - Whether to return the absolute URL or not
|
||||
* @returns The current URL
|
||||
*/
|
||||
const getUrl = (useAbsolute: boolean): string => {
|
||||
export const getUrl = (useAbsolute: boolean): string => {
|
||||
let url = '';
|
||||
if (useAbsolute) {
|
||||
url =
|
||||
|
Reference in New Issue
Block a user