From e91e1516aefe1b374aa38ab41d7cc6bfcb42dca3 Mon Sep 17 00:00:00 2001 From: mykmartin <34528845+mykmartin@users.noreply.github.com> Date: Mon, 10 Dec 2018 21:37:55 +1100 Subject: [PATCH] Fix onclick events for SVG elements (#13) Clicking on a node in any of the SVG elements should navigate to the corresponding node definition, but the event was not being passed to the svgBlockClick handler. Tested on Chrome v71.0.3578.80 and Firefox 60.2.0esr, on Linux (Ubuntu). --- template/viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/viewer.html b/template/viewer.html index 9e6d539..7551673 100644 --- a/template/viewer.html +++ b/template/viewer.html @@ -34,7 +34,7 @@