Resizing window no longer changes sidebar visibility

Fixes #4
This commit is contained in:
Gregory Schier
2023-10-27 11:21:59 -07:00
parent 9dafe4f704
commit 3faa66a1fc
2 changed files with 4 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
import { w } from '@tauri-apps/api/clipboard-79413165';
import { useResponseBodyText } from '../../hooks/useResponseBodyText';
import { useResponseContentType } from '../../hooks/useResponseContentType';
import { tryFormatJson } from '../../lib/formatters';