Bump version

This commit is contained in:
Gregory Schier
2023-04-26 16:47:50 -07:00
parent 8d37497eb7
commit 2edfa9bd75
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2023.0.15"
"version": "2023.0.16"
},
"tauri": {
"windows": [],

View File

@@ -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}