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}