Skip to content

Commit

Permalink
re-remove .focus()
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Sep 30, 2024
1 parent fc2dfc3 commit 697bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/planning/report/Report.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { base } from "$app/paths";
function openReportInNewTab() {
window.open(`${base}/planning/report/printable`, "_blank").focus();
window.open(`${base}/planning/report/printable`, "_blank");
}
</script>

Expand Down

0 comments on commit 697bc4e

Please sign in to comment.