Updated packages and noprint now working better
This commit is contained in:
parent
23ade8d085
commit
76cba0b60d
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@
|
|||
</HorizonalStack>
|
||||
|
||||
<style>
|
||||
.JustifyStart{
|
||||
:global(.JustifyStart){
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
}
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
navbarHidden = true;
|
||||
}
|
||||
|
||||
import { onMount } from 'svelte';
|
||||
onMount(async () => {
|
||||
import { afterNavigate } from '$app/navigation';
|
||||
afterNavigate(() => {
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
hideOnPrint = params.get('hideOnPrint') === '1';
|
||||
console.log(hideOnPrint);
|
||||
|
|
Loading…
Reference in New Issue