mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01:00
Fixed lint issues
This commit is contained in:
@@ -381,7 +381,7 @@ export const setLink = function (ids, linkStr) {
|
|||||||
ids.split(',').forEach(function (id) {
|
ids.split(',').forEach(function (id) {
|
||||||
let rawTask = findTaskById(id)
|
let rawTask = findTaskById(id)
|
||||||
if (typeof rawTask !== 'undefined') {
|
if (typeof rawTask !== 'undefined') {
|
||||||
pushFun(id, ()=>{window.open(linkStr, "_self")})
|
pushFun(id, () => { window.open(linkStr, '_self') })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
setClass(ids, 'clickable')
|
setClass(ids, 'clickable')
|
||||||
|
|||||||
Reference in New Issue
Block a user