From 9652ec9122e72d7e4662f1ad1902304311fa4ae4 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Thu, 20 Apr 2023 15:56:29 +0000 Subject: [PATCH] refactor(components): add window dragging + remove resize --- src/components/TitleBar/TitleBar.tsx | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/components/TitleBar/TitleBar.tsx b/src/components/TitleBar/TitleBar.tsx index acac8d6..cb76b73 100644 --- a/src/components/TitleBar/TitleBar.tsx +++ b/src/components/TitleBar/TitleBar.tsx @@ -5,31 +5,33 @@ import { Image } from '../Image' export const TitleBar: React.FC = () => { return ( -