Bump version

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

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}