diff --git a/runtime/app.js b/runtime/app.js index b90f9a7..c46681d 100644 --- a/runtime/app.js +++ b/runtime/app.js @@ -103,8 +103,6 @@ const app = { const a = findAnchor(event.target); if (!a) return; - event.preventDefault(); - // check if link is inside an svg // in this case, both href and target are always inside an object const svg = typeof a.href === 'object' && a.href.constructor.name === 'SVGAnimatedString';