From 7e65c481d858f5ee37589db7b636f473d21d2caf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 15 Dec 2017 18:34:38 -0500 Subject: [PATCH] doh --- runtime/app.js | 2 -- 1 file changed, 2 deletions(-) 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';