From 2edfa9bd757a1e4a8e00d703d27b366a2b870963 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 26 Apr 2023 16:47:50 -0700 Subject: [PATCH] Bump version --- src-tauri/tauri.conf.json | 2 +- src-web/components/Sidebar.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7569c682..2a1771d3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.15" + "version": "2023.0.16" }, "tauri": { "windows": [], diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index 004a3f27..06f75e00 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -303,6 +303,7 @@ const _SidebarItem = forwardRef(function SidebarItem( tabIndex={-1} color="custom" onClick={handleSelect} + disabled={editing} draggable={false} // Item should drag, not the link onDoubleClick={handleStartEditing} data-active={isActive}