Fix unreliable window resize on Linux with custom resize handles (#77)

This commit is contained in:
Yuri Karamian
2026-06-05 18:27:08 +02:00
parent 71a0b9c0a0
commit 59677577ec
5 changed files with 84 additions and 0 deletions
+3
View File
@@ -4,6 +4,7 @@
import { theme, appConfig, activeNote, activeNotePath, installType, checkForUpdate, checkForUpdateMobile } from '$lib/stores/app';
import { openFile, openUrl, readNote, getInstallType } from '$lib/api';
import { get } from 'svelte/store';
import ResizeHandles from '$lib/components/ResizeHandles.svelte';
let { children } = $props();
@@ -194,3 +195,5 @@
</svelte:head>
{@render children()}
<ResizeHandles />