Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit 441edf2

Browse files
authored
Merge pull request #24 from CKylinMC:dev
fix: restore onHide calling...
2 parents 70d2855 + c000d3b commit 441edf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/usePanelWindow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function usePanelWindow(clipboard: ReturnType<typeof useClipboard>) {
2323
if (!mouseInRange.value) {
2424
console.log('blur', event);
2525
isBlured.value = true;
26-
// onHide();
26+
onHide();
2727
}
2828
}),
2929
appWindow.getCurrentWindow().listen('tauri://focus', async () => {

0 commit comments

Comments
 (0)