mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-24 02:37:05 +02:00
code style
This commit is contained in:
@@ -196,7 +196,6 @@ const setClickFunc = function(_id, functionName, tooltip) {
|
||||
funs.push(function() {
|
||||
const elem = document.querySelector(`[id="${elemId}"]`);
|
||||
if (elem !== null) {
|
||||
|
||||
elem.addEventListener(
|
||||
'click',
|
||||
function() {
|
||||
|
Reference in New Issue
Block a user