mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:03:11 +02:00
Better sidebar collapse, debuonce container uqeries, fix recent requests
This commit is contained in:
@@ -71,7 +71,7 @@ export default function Workspace() {
|
||||
move: async (e: MouseEvent) => {
|
||||
e.preventDefault(); // Prevent text selection and things
|
||||
const newWidth = startWidth + (e.clientX - mouseStartX);
|
||||
if (newWidth < 100) {
|
||||
if (newWidth < 50) {
|
||||
await hide();
|
||||
resetWidth();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user