mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Bump version
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "Yaak",
|
"productName": "Yaak",
|
||||||
"version": "2023.0.15"
|
"version": "2023.0.16"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"windows": [],
|
"windows": [],
|
||||||
|
|||||||
@@ -303,6 +303,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
|
|||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
color="custom"
|
color="custom"
|
||||||
onClick={handleSelect}
|
onClick={handleSelect}
|
||||||
|
disabled={editing}
|
||||||
draggable={false} // Item should drag, not the link
|
draggable={false} // Item should drag, not the link
|
||||||
onDoubleClick={handleStartEditing}
|
onDoubleClick={handleStartEditing}
|
||||||
data-active={isActive}
|
data-active={isActive}
|
||||||
|
|||||||
Reference in New Issue
Block a user