From 4409b24e7fddaf791457c11bbf024df7e05a359b Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:23:02 +0100 Subject: [PATCH] fully remove drag handle overlap with panel --- client/src/components/Panels/FlexPanel.vue | 50 ++++++++++++++++------ 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/client/src/components/Panels/FlexPanel.vue b/client/src/components/Panels/FlexPanel.vue index edcaadc907ec..0b5d6d9b2830 100644 --- a/client/src/components/Panels/FlexPanel.vue +++ b/client/src/components/Panels/FlexPanel.vue @@ -50,7 +50,7 @@ const hoverDraggableOrToggle = computed( ); const toggleLinger = 500; -const toggleShowDelay = 800; +const toggleShowDelay = 600; let showToggleTimeout: ReturnType | undefined; watch( @@ -169,44 +169,66 @@ const sideClasses = computed(() => ({