leave anchor scrolling on initial load to browser (#331)

This commit is contained in:
Conduitry
2019-05-13 08:56:21 -04:00
parent 7aa3e90f87
commit b59d9003f9

View File

@@ -40,7 +40,7 @@ export default function start(opts: {
if (initial_data.error) return handle_error(url);
const target = select_target(url);
if (target) return navigate(target, uid, false, hash);
if (target) return navigate(target, uid, true, hash);
});
}